diff --git a/lib/neutron b/lib/neutron index 98ae3accc0..06e26b7dd8 100644 --- a/lib/neutron +++ b/lib/neutron @@ -386,9 +386,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 }