question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Various docs need to be updated for addition of NAUTOBOT_ROOT and removal of BASE_STORAGE_DIR

See original GitHub issue

Environment

  • Python version: n/a
  • Nautobot version: 1.0.0b1

Expected Behavior

  • NAUTOBOT_ROOT should be documented in either optional-settings.md or required-settings.md, especially its required interaction with the $NAUTOBOT_ROOT environment variable.
  • BASE_STORAGE_DIR should no longer be referenced in optional-settings.md or in docs/configuration/index.md

Observed Behavior

  • Neither of the settings documentation files mention NAUTOBOT_ROOT
  • References to BASE_STORAGE_DIR were not removed in #74.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
glennmatthewscommented, Mar 5, 2021

Oh, sorry! We haven’t released v1.0.0b2 yet (aiming for today, but we’ll see) so at the moment if you did a pip install nautobot you’re still getting v1.0.0b1, which doesn’t have the NAUTOBOT_ROOT changes made in #74. If you want the version that matches the docs (with the fixes therein) in the meantime you’ll need to pip3 install git+https://github.com/nautobot/nautobot@develop to get the latest bleeding-edge version. Sorry for any confusion!

0reactions
chrismargetcommented, Mar 5, 2021

Excellent, thank you. I saw #74, figured it was related, didn’t realize I had only half of the ingredients 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found