← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1262039] Re: Inconsistent "image" value on _get_image()

 

** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  Inconsistent "image" value on _get_image()

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  1. Create a server from a image, then show the server details, the "image" is a dict, such as:
            {
                  "id": image_id,
                  "links": [{
                      "rel": "bookmark",
                      "href": bookmark,
                  }],
              }

  2. Create a server from a volume, then show the server details, the "image" is a dict, such as:
          ""

  3. It's inconsistent "image" value, i think it's a bug.

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


References