Replace port 35357 with port 5000

Starting from Keystone v3, the port 35357 is not used.
See: https://review.opendev.org/#/c/541857/

Change-Id: I4fee6ebcca6cbb1c610fa19c4294ef5a45b50709
This commit is contained in:
Hongbin Lu 2019-04-29 22:15:17 +00:00
parent 9665dafdd1
commit c528e9be2f
4 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ ENV SERVICE_PROJECT_NAME="admin"
ENV SERVICE_PASSWORD="pass"
ENV SERVICE_DOMAIN_NAME="Default"
ENV USER_DOMAIN_NAME="Default"
ENV IDENTITY_URL="http://127.0.0.1:35357/v3"
ENV IDENTITY_URL="http://127.0.0.1:5000/v3"
ENV CAPABILITY_SCOPE="local"
ENV HTTP_SOCKET=":23750"
ENV LOG_LEVEL="INFO"

View File

@ -114,7 +114,7 @@ Then we start the container::
-e SERVICE_PASSWORD=admin \
-e SERVICE_DOMAIN_NAME=Default \
-e USER_DOMAIN_NAME=Default \
-e IDENTITY_URL=http://127.0.0.1:35357/v3 \
-e IDENTITY_URL=http://127.0.0.1:5000/v3 \
-v /var/log/kuryr:/var/log/kuryr \
-v /var/run/openvswitch:/var/run/openvswitch \
kuryr/libnetwork
@ -194,7 +194,7 @@ Rename and copy config file at required path::
For using Keystone v3, edit the Neutron section in `/etc/kuryr/kuryr.conf`, replace ADMIN_PASSWORD::
[neutron]
auth_url = http://127.0.0.1:35357/v3/
auth_url = http://127.0.0.1:5000/v3/
username = admin
user_domain_name = Default
password = ADMIN_PASSWORD
@ -206,7 +206,7 @@ For using Keystone v3, edit the Neutron section in `/etc/kuryr/kuryr.conf`, repl
Alternatively, for using Keystone v2, edit the Neutron section in `/etc/kuryr/kuryr.conf`, replace ADMIN_PASSWORD::
[neutron]
auth_url = http://127.0.0.1:35357/v2.0/
auth_url = http://127.0.0.1:5000/v2.0/
username = admin
password = ADMIN_PASSWORD
project_name = service
@ -356,7 +356,7 @@ How to try out nested-containers locally
link_iface = eth0 # VM vNIC
[neutron]
auth_url = http://KEYSTONE_SERVER_IP:35357/v3/
auth_url = http://KEYSTONE_SERVER_IP:5000/v3/
username = admin
user_domain_name = Default
password = ADMIN_PASSWORD

View File

@ -56,7 +56,7 @@
"Settable": [
"value"
],
"Value": "http://127.0.0.1:35357/v3"
"Value": "http://127.0.0.1:5000/v3"
},
{
"Description": "Kuryr plugin scope reported to libnetwork",

View File

@ -73,7 +73,7 @@ Install and configure components
[neutron]
...
www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357
auth_url = http://controller:5000
username = kuryr
user_domain_name = default
password = KURYR_PASSWORD