horizon/openstack_dashboard
Akihiro MOTOKI 6f1307e472 Determine security group API dynamically
This commit removes enable_security_group from local_settings.py
and determines which security group API should be used (nova or
neutron).

Closes-Bug: #1227804

As described in bug 1203413, there is a case where Nova security group
with Neutron driver causes a problem. The type of 'name' attribute in
add_security_group_to_instance and remove_security_group_from_instance
depends on the backend, integer for nova security group driver and
UUID for quantum security group driver to make it work as expected.

enable_security_group config parameter produces a situation where
Nova security group with Neutron driver. We can avoid this situation
by removing this parameter when using Horizon.

Change-Id: I713c6ad166e142929f0a708e93a8fedb0de48640
2013-09-23 13:49:02 +09:00
..
2013-09-16 21:01:32 +01:00
2013-08-29 15:55:35 +02:00
2013-09-18 18:19:19 +01:00
2013-08-22 17:39:09 +04:00
2013-09-17 10:18:49 +02:00
2013-08-08 13:16:35 -03:00
2013-09-17 20:48:09 +09:00
2013-08-22 17:39:09 +04:00
2013-08-23 18:07:08 +04:00