Merge "Turn on q-lbaasv2 service by default"

This commit is contained in:
Jenkins 2017-02-07 16:33:29 +00:00 committed by Gerrit Code Review
commit c9fd64010e
2 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,8 @@ For example
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas stable/liberty
enable_plugin octavia https://git.openstack.org/openstack/octavia stable/liberty
"q-lbaasv2" is the default service enabled with neutron-lbaas plugin.
2) Enable the LBaaS services
To enable the LBaaS services, add lines in the form:

View File

@ -7,6 +7,9 @@ AGENT_LBAASV2_BINARY="$NEUTRON_BIN_DIR/neutron-lbaasv2-agent"
LBAAS_V2="q-lbaasv2"
LBAAS_ANY="$LBAAS_V2"
# turn on lbaasv2 service by default
enable_service $LBAAS_ANY
BARBICAN="barbican-svc"
AUTH_URL=${AUTH_URL:-"http://127.0.0.1:5000/v2.0"}