Merge "Enable DIB trace logging"

This commit is contained in:
Jenkins 2017-06-17 00:18:13 +00:00 committed by Gerrit Code Review
commit 60e1076d7e
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