Merge "Remove key_path from devstack plugin"

This commit is contained in:
Jenkins 2017-07-20 23:15:08 +00:00 committed by Gerrit Code Review
commit 73d4f356e4
1 changed files with 0 additions and 3 deletions

View File

@ -268,9 +268,6 @@ function octavia_configure {
fi
iniset $OCTAVIA_CONF controller_worker amp_ssh_key_name ${OCTAVIA_AMP_SSH_KEY_NAME}
# Used to communicate with the amphora over the mgmt network, may differ from amp_ssh_key in a real deployment.
iniset $OCTAVIA_CONF haproxy_amphora key_path ${OCTAVIA_AMP_SSH_KEY_PATH}
if [ $OCTAVIA_NODE == 'main' ] || [ $OCTAVIA_NODE == 'standalone' ] || [ $OCTAVIA_NODE == 'api' ]; then
recreate_database_mysql octavia
octavia-db-manage upgrade head