Skip to content

Commit

Permalink
Update configuration in docs (#199)
Browse files Browse the repository at this point in the history
* fix: Update docs based on the latest default settings

* fix: Added changelog fragment

---------

Co-authored-by: Bryan Culver <bryan.culver@networktocode.com>
  • Loading branch information
snaselj and bryanculver authored Aug 12, 2024
1 parent 65de2dc commit c368f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/199.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated the documentation to be in sync with the latest default configuration.
5 changes: 3 additions & 2 deletions docs/admin/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ An example configuration is provided below:
PLUGINS_CONFIG = {
"nautobot_bgp_models": {
"default_statuses": {
"AutonomousSystem": ["active", "available", "planned"],
"Peering": ["active", "decommissioned", "deprovisioning", "offline", "planned", "provisioning"],
"AutonomousSystem": ["Active", "Available", "Planned"],
"BGPRoutingInstance": ["Planned", "Active", "Decommissioned"],
"Peering": ["Active", "Decommissioned", "Deprovisioning", "Offline", "Planned", "Provisioning"],
}
}
}
Expand Down

0 comments on commit c368f1c

Please sign in to comment.