Disable tls proxy until it is supported by tacker
Change-Id: Ia0ab646cd93f9e4487480eac74aff6edf1ebfe4d Closes-bug: 1739342
This commit is contained in:
parent
4cb1b76222
commit
eee50859da
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user