yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26443
[Bug 1405109] [NEW] horizon tries to use security groups even its disabled
Public bug reported:
2014.2.1 deployed by packstack on Centos 7.
I completely disabled security groups in both neutron (ml2 plugin) and
nova:
* /etc/neutron/plugin.ini
enable_security_group = False
* /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini
firewall_driver=neutron.agent.firewall.NoopFirewallDriver
* /etc/nova/nova.conf
security_group_api=neutron
firewall_driver=nova.virt.firewall.NoopFirewallDriver
But horizon still shows Security Groups tab in Access & Security and
pops up "Error: Unable to retrieve security groups.". The same message
is popped up when I create a new instance.
I set 'enable_security_group': False in /etc/openstack-
dashboard/local_settings and rebooted all openstack nodes for sure, but
this didn't help.
There should be a way in Horizon to completely disable security groups references in WebUI:
1) Horizon could detect if security groups are disabled in both nova and neutron
2) An option in Horizon config
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1405109
Title:
horizon tries to use security groups even its disabled
Status in OpenStack Dashboard (Horizon):
New
Bug description:
2014.2.1 deployed by packstack on Centos 7.
I completely disabled security groups in both neutron (ml2 plugin) and
nova:
* /etc/neutron/plugin.ini
enable_security_group = False
* /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini
firewall_driver=neutron.agent.firewall.NoopFirewallDriver
* /etc/nova/nova.conf
security_group_api=neutron
firewall_driver=nova.virt.firewall.NoopFirewallDriver
But horizon still shows Security Groups tab in Access & Security and
pops up "Error: Unable to retrieve security groups.". The same message
is popped up when I create a new instance.
I set 'enable_security_group': False in /etc/openstack-
dashboard/local_settings and rebooted all openstack nodes for sure,
but this didn't help.
There should be a way in Horizon to completely disable security groups references in WebUI:
1) Horizon could detect if security groups are disabled in both nova and neutron
2) An option in Horizon config
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1405109/+subscriptions
Follow ups
References