yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30887
[Bug 1282709] Re: Instance names always include the first uuid in cell environment when creating multiple instances
** Changed in: nova
Status: Incomplete => Opinion
--
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/1282709
Title:
Instance names always include the first uuid in cell environment when
creating multiple instances
Status in OpenStack Compute (Nova):
Opinion
Bug description:
When launching multiple instances using nova api in a cell environment
(parent-child setup) the display_name always have the uuid of the
first instance.
Example:
1) instance_name-<uuid-1>-<uuid-1>
2) instance_name-<uuid-1>-<uuid-2>
3) instance_name-<uuid-1>-<uuid-3>
4) instance_name-<uuid-1>-<uuid-4>
Expected:
1) instance_name-<uuid-1>
2) instance_name-<uuid-2>
3) instance_name-<uuid-3>
4) instance_name-<uuid-4>
How to reproduce:
* Have cell environment (default devstack with cells enabled is enough)
* nova boot --image <image_uuid> --flavor <flavor_name> --num-instances 4 instance_name
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1282709/+subscriptions
References