Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the project_slug #167

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"app_name": "nautobot_plugin_nornir",
"verbose_name": "Nautobot Nornir Plugin",
"app_slug": "nautobot-plugin-nornir",
"project_slug": "nautobot-plugin-nornir",
"_comment": "app_slug should match the folder structure, but project_slug should match the repo name.",
"project_slug": "nautobot-app-nornir",
"repo_url": "https://github.com/nautobot/nautobot-app-nornir",
"base_url": "plugin-nornir",
"min_nautobot_version": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/user/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ f"manufacturer__{device.device_type.manufacturer.name}",

_Why is the plugin installed as nautobot_plugin_nornir and not nautobot_nornir?_

There is already a repository called `nornir-nautbot` and in order to avoid the confusion of both a `nornir-nautobot` and `nautobot-nornir`, the word `plugin` was left in the name. While it is clear that this will still remain confusing, it was deemed the lesser of two evils.
There is already a repository called `nornir-nautobot` and in order to avoid the confusion of both a `nornir-nautobot` and `nautobot-nornir`, the word `plugin` was left in the name. While it is clear that this will still remain confusing, it was deemed the lesser of two evils.

_What is the difference between `nautobot_plugin_nornir` and `nornir_settings`? Why not just flatten?_

Expand Down
Loading