yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01830
[Bug 1158985] Re: security groups dropped if nova.conf configuration error
This is a generic problem in openstack and not necessarily specific to
just this point.
** Changed in: nova
Status: In Progress => Invalid
** Changed in: nova
Assignee: Aaron Rosen (arosen) => (unassigned)
--
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/1158985
Title:
security groups dropped if nova.conf configuration error
Status in OpenStack Compute (Nova):
Invalid
Bug description:
If one sets security_group_api=quantum on the nova-api server but does
not set this on the nova-compute servers the security groups one is
booting a vm with will not be dropped on the nova compute server. The
output of nova boot shows that it's on the requested security group
but nova show <vm> will show that it's only on the default security-
group.
nova boot --image test-flavor 1 --security-groups quantum_sec_group vmtest_sec
<snip>
| security_groups | [{u'name': u'quantum_sec_group'}] |
nova show vmtest_sec
<snip>
| security_groups | [{u'name': u'default'}] |
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1158985/+subscriptions