Skip to content

Commit

Permalink
Fix use_config_context in development config. (#165)
Browse files Browse the repository at this point in the history
* Fix use_config_context in development config.

* Update development/nautobot_config.py

* Add Change Fragment.

---------

Co-authored-by: Ken Celenza <ken@celenza.org>
Co-authored-by: Stephen Kiely <stephenkiely87@gmail.com>
  • Loading branch information
3 people committed Sep 13, 2024
1 parent 853a41d commit 9bcc9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/164.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Documentation for use_config_context within development config.
2 changes: 1 addition & 1 deletion development/nautobot_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"nautobot_plugin_nornir": {
"allowed_location_types": [],
"denied_location_types": [],
"use_config_context": {"use_config_context": {"secrets": False, "connection_options": True}},
"use_config_context": {"secrets": False, "connection_options": True},
"connection_options": {
"napalm": {
"extras": {
Expand Down

0 comments on commit 9bcc9b1

Please sign in to comment.