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:
parent
6afe08eb83
commit
f6dd58b7b5
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user