yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07151
[Bug 1260249] Re: migration-list: 'unicode' object has no attribute 'iteritems'
this looks like a novaclient bug only
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1260249
Title:
migration-list: 'unicode' object has no attribute 'iteritems'
Status in OpenStack Compute (Nova):
Invalid
Status in Python client library for Nova:
New
Bug description:
There is an AttributeError when we try to use the command "nova
migration-list"
Traceback (most recent call last):
File "/opt/stack/python-novaclient/novaclient/shell.py", line 721, in main
OpenStackComputeShell().main(map(strutils.safe_decode, sys.argv[1:]))
File "/opt/stack/python-novaclient/novaclient/shell.py", line 657, in main
args.func(self.cs, args)
File "/opt/stack/python-novaclient/novaclient/v1_1/contrib/migrations.py", line 71, in do_migration_list
args.cell_name))
File "/opt/stack/python-novaclient/novaclient/v1_1/contrib/migrations.py", line 53, in list
return self._list("/os-migrations%s" % query_string, "migrations")
File "/opt/stack/python-novaclient/novaclient/base.py", line 80, in _list
for res in data if res]
File "/opt/stack/python-novaclient/novaclient/base.py", line 426, in __init__
self._add_details(info)
File "/opt/stack/python-novaclient/novaclient/base.py", line 449, in _add_details
for (k, v) in six.iteritems(info):
File "/usr/local/lib/python2.7/dist-packages/six.py", line 439, in iteritems
return iter(getattr(d, _iteritems)(**kw))
AttributeError: 'unicode' object has no attribute 'iteritems'
ERROR: 'unicode' object has no attribute 'iteritems'
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1260249/+subscriptions