Comment 2 for bug 1161472

Revision history for this message
Aaron Rosen (arosen) wrote :

seems to be a duplicate of https://bugs.launchpad.net/nova/+bug/1161473

I don't thing this is true:

arosen@arosen-laptop:~/devstack$ quantum security-group-list
+--------------------------------------+---------+-------------+
| id | name | description |
+--------------------------------------+---------+-------------+
| 1594d578-63da-46da-b361-5f64aa14e585 | default | default |
| 2d553576-6759-4962-b060-d6b35d6052c3 | foobar | |
| af8e86a4-30cd-4bc7-a4ca-aa0871c11021 | foobar | |
+--------------------------------------+---------+-------------+

arosen@arosen-laptop:~/devstack$ nova boot --nic net-id=e3183a93-7622-484e-8cb2-bdedf8c5fa46 --flavor 1 --image cirros-0.3.1-x86_64-uec --security_groups af8e86a4-30cd-4bc7-a4ca-aa0871c11021 myvm
+-----------------------------+------------------------------------------------------+
| Property | Value |
+-----------------------------+------------------------------------------------------+
| status | BUILD |
| updated | 2013-06-01T03:13:30Z |
| OS-EXT-STS:task_state | scheduling |
| key_name | None |
| image | cirros-0.3.1-x86_64-uec |
| hostId | |
| OS-EXT-STS:vm_state | building |
| flavor | m1.tiny |
| id | 67b01ba9-074f-408d-b0b7-d0220517e095 |
| security_groups | [{u'name': u'af8e86a4-30cd-4bc7-a4ca-aa0871c11021'}] |
| user_id | dc12c3721b1a42bab4f73cb38725f26d |
| name | myvm |
| adminPass | kEBwjHA6a9y3 |
| tenant_id | 547fbcde144f494c8f5a57f259e147dd |
| created | 2013-06-01T03:13:29Z |
| OS-DCF:diskConfig | MANUAL |
| metadata | {} |
| accessIPv4 | |
| accessIPv6 | |
| progress | 0 |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-AZ:availability_zone | nova |
| config_drive | |
+-----------------------------+------------------------------------------------------+