← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1481783] [NEW] snaptshot image can't be shown properly

 

Public bug reported:

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']:

** Affects: glance
     Importance: Undecided
     Assignee: Long Quan Sha (shalq)
         Status: New

** Changed in: glance
     Assignee: (unassigned) => Long Quan Sha (shalq)

-- 
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:
  New

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


Follow ups