Latest version of utils.py keystone issue on OSP7 (kilo)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Operators |
New
|
Undecided
|
Unassigned |
Bug Description
Hello,
I'm comparing the previous version of utils.py [1] to the current version of it [2]
/usr/bin/
*) With version [1] on OSP7, I get this result:
-------
OK: Got a token, Keystone API is working.
-------
*) With version [2] on OSP7, I get this result:
-------
CRITICAL: Traceback (most recent call last):
File "/usr/lib/
method()
File "/usr/lib/
keystone = utils.Keystone()
File "/usr/lib/
from openstackclient import shell
ImportError: No module named openstackclient
-------
[1] https:/
[2] https:/