Browse code

Merge "Use Q_PORT variable rather than hardcoded port"

Jenkins authored on 2014/07/31 10:05:52
Showing 1 changed files
... ...
@@ -388,9 +388,9 @@ function create_neutron_accounts {
388 388
                 "network" "Neutron Service")
389 389
             get_or_create_endpoint $NEUTRON_SERVICE \
390 390
                 "$REGION_NAME" \
391
-                "http://$SERVICE_HOST:9696/" \
392
-                "http://$SERVICE_HOST:9696/" \
393
-                "http://$SERVICE_HOST:9696/"
391
+                "http://$SERVICE_HOST:$Q_PORT/" \
392
+                "http://$SERVICE_HOST:$Q_PORT/" \
393
+                "http://$SERVICE_HOST:$Q_PORT/"
394 394
         fi
395 395
     fi
396 396
 }