>From recent openstack:

nova boot --image cirros-0.3.2-x86_64-uec --flavor m1.tiny --min-count 3
test

os1:~> nova list
+--------------------------------------+-------------------------------------------+--------+------------+-------------+------------------+
| ID                                   | Name                                   
   | Status | Task State | Power State | Networks         |
+--------------------------------------+-------------------------------------------+--------+------------+-------------+------------------+
| 2a8144d0-ee57-4d8e-84b6-e353808321d9 | 
test-2a8144d0-ee57-4d8e-84b6-e353808321d9 | BUILD  | spawning   | NOSTATE     | 
private=10.0.0.2 |
| 74f09a8c-b695-4d05-af27-80877eb2f4c2 | 
test-74f09a8c-b695-4d05-af27-80877eb2f4c2 | BUILD  | spawning   | NOSTATE     | 
private=10.0.0.6 |
| 99278c89-ed8a-424c-9025-ef34b69737d8 | 
test-99278c89-ed8a-424c-9025-ef34b69737d8 | BUILD  | spawning   | NOSTATE     | 
private=10.0.0.5 |
+--------------------------------------+-------------------------------------------+--------+------------+-------------+------------------+


Which I believe is the expected behavior. I expect we had a bad string slice 
before which is since fixed.

** Changed in: nova
       Status: Incomplete => Invalid

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

Title:
  In launching multi instances case, the name displayed not as we set

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  In the multi-instance case, the display_name are overwritten, and the
  names displayed isn't readable.

  Steps to reproduce:
  1. Go to Project->Instance.
  2. Launch instance with 'Instance Count' set to 10 and 'Instance Name' set to 
'test'.
  3. When finished. You can find the names of the 10 new instances are like 
     't-18140c8a-3f33-4825-a7ca-88de54b8f84a' but not the name we set.

  Cause names are all like 't-18140c8a-3f33-4825-a7ca-88de54b8f84a', I
  can't tell which is which.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to