Comment 4 for bug 1577121

Revision history for this message
vikas choudhary (choudharyvikas16) wrote :

I tried with both, UI and command line, VMs are getting IPs in both cases. I can also see sg flows getting added into br-int. Command i used is this:

nova boot --image cirros-0.3.4-x86_64-uec --flavor m1.small --key-name key2 --nic net-id=fa9f89ac-715a-4ebc-b61e-a67d0ac3f6dc --security-groups default mytest_vm

stack@PRINHYLTPHP0400:/home/vikasc/devstack$ nova list
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-----------+--------+------------+-------------+--------------------------------------------------------+
| 63f6d716-d13d-4da8-a9fd-7045641fbd31 | mytest_vm | ACTIVE | - | Running | private=fded:a0d4:e98d:0:f816:3eff:fea6:6ee0, 50.0.0.4 |
+--------------------------------------+-----------+--------+------------+-------------+-------------------------------------------------------

Please find attached snapshot also.