Merge "Disable tls proxy until it is supported by tacker"

This commit is contained in:
Zuul
2017-12-21 04:44:37 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 4 deletions

View File

@@ -24,10 +24,12 @@
- openstack/tacker
- openstack/tacker-horizon
vars:
test_matrix_configs: ['neutron']
devstack_services:
horizon: true
tacker: true
tacker-conductor: true
swift: false
devstack_plugins:
heat: https://git.openstack.org/openstack/heat
networking-sfc: https://git.openstack.org/openstack/networking-sfc

View File

@@ -7,9 +7,6 @@ if [ "${TACKER_MODE}" == "all" ]; then
disable_service n-net
VIRT_DRIVER=libvirt
#enable_service q-lbaas
#enable_service q-fwaas
# TACKER_NEUTRON_AGENTS can be disabled by adding
# TACKER_NEUTRON_AGENTS='' in local.conf if neutron agents are running on a separate node
TACKER_NEUTRON_AGENTS=${TACKER_NEUTRON_AGENTS:-q-agt,q-dhcp,q-meta,q-l3}
@@ -24,7 +21,6 @@ if [ "${TACKER_MODE}" == "all" ]; then
enable_service tacker
# enable tacker-conductor will make systemctl enable conductor service
enable_service tacker-conductor
MGMT_PHYS_NET=${MGMT_PHYS_NET:-mgmtphysnet0}
BR_MGMT=${BR_MGMT:-br-mgmt0}
NET_MGMT=${NET_MGMT:-net_mgmt}