-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Labels
type: bugSomething isn't working as expectedSomething isn't working as expected
Milestone
Description
Environment
- Python version: python 3.8.5
- Nautobot version: 1.0.1
- OS: Ubuntu 20.04.2
Steps to Reproduce
- Follow Nautobot install docs for Ubuntu 20.04.2 up to nautobot-server createsuperuser
- Run
nautobot-server createsuperuser - You will see an error after defining the
Username
Expected Behavior
nautobot@gipsy-danger:~$ nautobot-server createsuperuser
Username: tim
Email address:
Password:
Password (again):
Superuser created successfully.
nautobot@gipsy-danger:~
Observed Behavior
nautobot@november-ajax:~$ nautobot-server createsuperuser
Username: tim
/opt/nautobot/lib/python3.8/site-packages/cacheops/redis.py:19: RuntimeWarning: The cacheops cache is unreachable! Error: Client sent AUTH, but no password is set
warnings.warn("The cacheops cache is unreachable! Error: %s" % e, RuntimeWarning)
Email address:
Password:
Password (again):
Superuser created successfully.
Troubleshooting
It was suggested to manually define CACHEOPS_REDIS in the nautobot_config.py file. This is what I did for a new, fresh troubleshooting install:
CACHEOPS_REDIS = "redis://@localhost:6379/1"
When I did that, I did not see the error on the fresh troubleshooting install:
nautobot@gipsy-danger:~$ nautobot-server createsuperuser
Username: tim
Email address:
Password:
Password (again):
Superuser created successfully.
nautobot@gipsy-danger:~$
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't working as expectedSomething isn't working as expected