Comment 1 for bug 1628316

Revision history for this message
Brian Curtin (brian.curtin) wrote :

Odd. That works for me

>>> #f is a flavor I picked out of conn.compute.flavors()
>>> f.name
'm1.tiny'
>>> f.id
'1'
>>> conn.compute.find_flavor(f.name)
openstack.compute.v2.flavor.Flavor(id=1, name=m1.tiny, ...other stuff...)
>>> conn.compute.find_flavor(f.id)
openstack.compute.v2.flavor.Flavor(id=1, name=m1.tiny, ...other stuff...)

Can you enable debug logging to a file and then try this again and send it to me? http://developer.openstack.org/sdks/python/openstacksdk/users/utils.html is the logging method details, and you can either host it somewhere and link to it, or email <email address hidden> and I'll take a look.