Fixing extraneous output from tests

Disabling unnecessary neutron services in the test settings
removes the noisy test output.

Change-Id: Ieb9ae5a664de53cda9e5f3f06e20584d6386aa4a
This commit is contained in:
David Lyle 2015-12-14 17:02:27 -07:00
parent 6afe08eb83
commit f6dd58b7b5

View File

@ -128,7 +128,9 @@ OPENSTACK_CINDER_FEATURES = {
}
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': True
'enable_lb': False,
'enable_firewall': False,
'enable_vpn': False
}
OPENSTACK_HYPERVISOR_FEATURES = {