Instance names always include the first uuid in cell environment when creating multiple instances

Bug #1282709 reported by Belmiro Moreira
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Opinion
Wishlist
Unassigned

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

Tags: cells
description: updated
description: updated
Changed in nova:
assignee: nobody → Belmiro Moreira (moreira-belmiro-email-lists)
Revision history for this message
Sean Dague (sdague) wrote :

Is this still an issue? Cells is something that's still experimental, so marking as low.

Changed in nova:
status: New → Confirmed
status: Confirmed → Incomplete
importance: Undecided → Wishlist
Sean Dague (sdague)
Changed in nova:
assignee: Belmiro Moreira (moreira-belmiro-email-lists) → nobody
Sean Dague (sdague)
Changed in nova:
status: Incomplete → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.