Drop use of quantum-security-groups in tests

Recent changes to nova-cloud-controller dropped the
quantum-security-groups configuration option; drop use
of this option from the amulet tests for this charm.

Change-Id: I379e7082f7e41f1f3832ac7746b18fa9c7733e72
This commit is contained in:
James Page 2016-04-12 10:43:37 +01:00
parent 536da1756a
commit 77d8afcffc

View File

@ -147,8 +147,7 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
keystone_config = {'admin-password': 'openstack',
'admin-token': 'ubuntutesting'}
nova_cc_config = {'network-manager': 'Quantum',
'quantum-security-groups': 'yes'}
nova_cc_config = {'network-manager': 'Neutron'}
configs = {'neutron-gateway': neutron_gateway_config,
'keystone': keystone_config,
'nova-cloud-controller': nova_cc_config}