Skip to content

Instantly share code, notes, and snippets.

@bot11
Last active August 29, 2015 14:15
Show Gist options
  • Save bot11/693f5b5840603d8072f5 to your computer and use it in GitHub Desktop.
Save bot11/693f5b5840603d8072f5 to your computer and use it in GitHub Desktop.
devstack errors
Error description:
-----------------
'keystone middleware' is not a global requirement but it should be,something went wrong
Solution:
--------
Update the oslo.config in all directories present at /opt/stack.
Change the requirements.txt and egg.info/requires.txt files only.
For example in cinder:
/opt/stack/cinder/requirements.txt
/opt/stack/cinder/cinder.egg-info/requires.txt
change the "oslo.config>=1.2.0,<1.4" requirement to "oslo.config>=1.2.0,<=1.6.0"
After all changes, unstack and stack again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment