Latest version of utils.py glance API 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: Glance image uploaded in 0.936028003693 seconds
-------
*) With version [2] on OSP7, I get this result:
-------
CRITICAL: Traceback (most recent call last):
File "/usr/lib/
method()
File "/usr/lib/
options, args, client = glance.setup()
File "/usr/lib/
client = self.glance.
File "/usr/lib/
force_
File "/usr/lib/
auth_reqd = force_auth or (utils.
AttributeError: 'Namespace' object has no attribute 'func'
-------
[1] https:/
[2] https:/
description: | updated |