yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07574
[Bug 1262039] [NEW] Inconsistent "image" value on _get_image()
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
Follow ups
References