Enable DIB trace logging

Change-Id: Ib48e4e36f41e6c292e687cd765b1ccc0464d6457
This commit is contained in:
Adam Harwell 2017-06-15 15:43:11 -07:00
parent c8615b7ec4
commit c75908853b
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ OCTAVIA_MGMT_PORT_IP=192.168.0.4"$'\n'
}
function _setup_octavia {
export DEVSTACK_LOCAL_CONFIG+=$'\n'"OCTAVIA_DIB_TRACING=True"$'\n'
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin octavia https://git.openstack.org/openstack/octavia"$'\n'
# Use infra's cached version of the file
if [ -f /opt/stack/new/devstack/files/get-pip.py ]; then