termie / nova-migration-demo

Nova is a cloud computing fabric controller (the main part of an IaaS system). It is written in Python.
http://openstack.org/projects/compute/
Apache License 2.0
2 stars 0 forks source link

euca-describe-images: Unexpected value of isPublic for image None #744

Open termie opened 13 years ago

termie commented 13 years ago

---snip--- --image_service=nova.image.glance.GlanceImageService --glance_host=chronos --glance_port=9292 ---snap---

---snip--- ares:~/euca-debian-5.0-x86_64 # glance-upload --host chronos debian.5-0.x86-64.img testing
Stored image. Got identifier: {u'created_at': u'2011-02-23T21:47:15', u'deleted': False, u'deleted_at': None, u'id': 1, u'is_public': True, u'location': u'file:///srv/glance/1', u'name': u'testing', u'properties': {}, u'size': 1049624576, u'status': u'active', u'type': u'raw', u'updated_at': None} ares:~/euca-debian-5.0-x86_64 # euca-describe-images Unexpected value of isPublic for image None ---snap---


Imported from Launchpad using lp2gh.

termie commented 13 years ago

(by jaypipes) Christian, can you please verify that this bug still exists in Nova's trunk? Thanks!

termie commented 13 years ago

(by ttx) Might be a dupe of bug 747855