Merge "Use Q_PORT variable rather than hardcoded port"

This commit is contained in:
Jenkins 2014-07-31 01:05:52 +00:00 committed by Gerrit Code Review
commit 2f48395054
1 changed files with 3 additions and 3 deletions

View File

@ -388,9 +388,9 @@ function create_neutron_accounts {
"network" "Neutron Service")
get_or_create_endpoint $NEUTRON_SERVICE \
"$REGION_NAME" \
"http://$SERVICE_HOST:9696/" \
"http://$SERVICE_HOST:9696/" \
"http://$SERVICE_HOST:9696/"
"http://$SERVICE_HOST:$Q_PORT/" \
"http://$SERVICE_HOST:$Q_PORT/" \
"http://$SERVICE_HOST:$Q_PORT/"
fi
fi
}