Devstack: replace 'http' with SERVICE_PROTOCOL

Change-Id: I0431c7f2b63ac4069380a927a7efb97797eda476
This commit is contained in:
Zhenguo Niu 2016-01-12 17:26:43 +08:00
parent 8f5350017b
commit 6dd534efe3
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ IRONIC_DEPLOY_FLAVOR=${IRONIC_DEPLOY_FLAVOR:-ubuntu $IRONIC_DEPLOY_ELEMENT}
IRONIC_BIN_DIR=$(get_python_exec_prefix)
# Ironic connection info. Note the port must be specified.
IRONIC_SERVICE_PROTOCOL=http
IRONIC_SERVICE_PROTOCOL=${IRONIC_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
IRONIC_SERVICE_PORT=${IRONIC_SERVICE_PORT:-6385}
IRONIC_HOSTPORT=${IRONIC_HOSTPORT:-$SERVICE_HOST:$IRONIC_SERVICE_PORT}