← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1370339] [NEW] Cannot register volume backed image by EC2 API

 

Public bug reported:

AWS allows to register a volume backed image. But Nova doesn't:

$ euca-register -n ebs-image --kernel aki-00000002 --ramdisk ari-00000003 --root-device-name /dev/vda -b /dev/vda=snap-00000006
euca-register: error (HTTPInternalServerError): The server has either erred or is incapable of performing the requested operation.

In fact this feature is not implemented in Nova. But this feature is
used in 'Launching an Instance from a Backup' AWS scenario
(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-launch-
snapshot.html).

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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/1370339

Title:
  Cannot register volume backed image by EC2 API

Status in OpenStack Compute (Nova):
  New

Bug description:
  AWS allows to register a volume backed image. But Nova doesn't:

  $ euca-register -n ebs-image --kernel aki-00000002 --ramdisk ari-00000003 --root-device-name /dev/vda -b /dev/vda=snap-00000006
  euca-register: error (HTTPInternalServerError): The server has either erred or is incapable of performing the requested operation.

  In fact this feature is not implemented in Nova. But this feature is
  used in 'Launching an Instance from a Backup' AWS scenario
  (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-launch-
  snapshot.html).

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1370339/+subscriptions


Follow ups

References