Browse code

Use Q_PORT variable rather than hardcoded port

Change-Id: I647c6bdf14f2551bd120821a16044cec2b03b197
closes-bug: 1348834

Aaron Rosen authored on 2014/07/26 07:35:09
Showing 1 changed files
... ...
@@ -386,9 +386,9 @@ function create_neutron_accounts {
386 386
                 "network" "Neutron Service")
387 387
             get_or_create_endpoint $NEUTRON_SERVICE \
388 388
                 "$REGION_NAME" \
389
-                "http://$SERVICE_HOST:9696/" \
390
-                "http://$SERVICE_HOST:9696/" \
391
-                "http://$SERVICE_HOST:9696/"
389
+                "http://$SERVICE_HOST:$Q_PORT/" \
390
+                "http://$SERVICE_HOST:$Q_PORT/" \
391
+                "http://$SERVICE_HOST:$Q_PORT/"
392 392
         fi
393 393
     fi
394 394
 }