Public bug reported:

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.

** Affects: nova
     Importance: Undecided
     Assignee: huangtianhua (huangtianhua)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => huangtianhua (huangtianhua)

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

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to