yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36526
[Bug 1481783] Re: snaptshot image can't be shown properly
The fix was merged by commit 8454fe70a0d3914ac2f4a538ca112ea6ece9c572.
** Changed in: glance
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1481783
Title:
snaptshot image can't be shown properly
Status in Glance:
Fix Released
Bug description:
When create a snapshot , then check the snapshot image by glance
client, it failed with schema error.
[root@vm134 glance]# glance image-show 8b571100-8dd7-4303-9695-927e500f71a0
None is not of type u'string'
Failed validating u'type' in schema[u'properties'][u'ramdisk_id']:
{u'description': u'ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.',
u'is_base': False,
u'pattern': u'^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$',
u'type': u'string'}
On instance[u'ramdisk_id']:
None
[root@vm134 glance]# glance image-show 8b571100-8dd7-4303-9695-927e500f71a0
None is not of type u'string'
Failed validating u'type' in schema[u'properties'][u'kernel_id']:
{u'description': u'ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.',
u'is_base': False,
u'pattern': u'^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$',
u'type': u'string'}
On instance[u'kernel_id']:
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1481783/+subscriptions
References