Hi All,
Creation of server with command 'nova boot --image <image>
--flavor m1.medium --nic port-id=<port-id> --security-groups <sec_grp> <name>'
fails to attach the security group to the port/instance. The response payload
has the security group added but only default security group is attached to the
instance. Separate action has to be performed on the instance to add sec_grp,
and it is successful. Supplying the same with '--nic net-id=<net-id>' works as
expected.
Is this the expected behaviour / are there any other options which needs to be
specified to add the security group when port-id needs to be attached during
boot.
Thanks,
Parikshit Manur
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev