Change security group
Hello
Is it possible to change the security group of an instance "on the fly" ? I have created an instance with the security group default and I want to remove this group to an other wth Horizon or with a command-line tool
Thanks for your help
EDIT:
Thank you for the command I have not seen it before... Now when I try this command: "nova add-scegroup myserver mygroup" I get the following error. "ERROR: Network requires port_security_enabled and subnet associated in order to apply security groups. (HTTP 400)"
I use quantum for security groups
But this is an existing bug, there are some information about it here: https://bugs.launchpad.net/nova/+bug/1189059/
And this solved my problem: https://review.openstack.org/#/c/32679/
Thank you :)