Skip to content

Commit eb4f839

Browse files
author
Nguyen Van Duc
committed
Replace port 35357 with 5000 for "auth_url"
Based on the change in Keystone Install Guide [1], this patch replace port 35357 with 5000 for "auth_url". For more details, please check similar changes which have been done on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5]. [1] https://review.openstack.org/#/c/541857 [2] https://review.openstack.org/#/c/562812 [3] https://review.openstack.org/#/c/566491 [4] https://review.openstack.org/#/c/565464 [5] https://review.openstack.org/#/c/558932 Change-Id: I4faabbb107f912c7ed1cc5d3467ea5a94197d4a0
1 parent 1b66ad9 commit eb4f839

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/source/cli/man/openstack.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,14 @@ The keys match the :program:`openstack` global options but without the
278278
clouds:
279279
devstack:
280280
auth:
281-
auth_url: http://192.168.122.10:35357/
281+
auth_url: http://192.168.122.10:5000/
282282
project_name: demo
283283
username: demo
284284
password: 0penstack
285285
region_name: RegionOne
286286
ds-admin:
287287
auth:
288-
auth_url: http://192.168.122.10:35357/
288+
auth_url: http://192.168.122.10:5000/
289289
project_name: admin
290290
username: admin
291291
password: 0penstack

doc/source/configuration/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ The keys match the :program:`openstack` global options but without the
6161
clouds:
6262
devstack:
6363
auth:
64-
auth_url: http://192.168.122.10:35357/
64+
auth_url: http://192.168.122.10:5000/
6565
project_name: demo
6666
username: demo
6767
password: 0penstack
6868
region_name: RegionOne
6969
ds-admin:
7070
auth:
71-
auth_url: http://192.168.122.10:35357/
71+
auth_url: http://192.168.122.10:5000/
7272
project_name: admin
7373
username: admin
7474
password: 0penstack
@@ -121,7 +121,7 @@ domain name as shown in the example below:
121121
clouds:
122122
devstack:
123123
auth:
124-
auth_url: http://192.168.122.10:35357/
124+
auth_url: http://192.168.122.10:5000/
125125
project_name: demo
126126
username: demo
127127
password: 0penstack
@@ -171,7 +171,7 @@ By setting `log_level` or `log_file` in the configuration
171171
clouds:
172172
devstack:
173173
auth:
174-
auth_url: http://192.168.122.10:35357/
174+
auth_url: http://192.168.122.10:5000/
175175
project_name: demo
176176
username: demo
177177
password: 0penstack
@@ -182,7 +182,7 @@ By setting `log_level` or `log_file` in the configuration
182182
level: info
183183
ds-admin:
184184
auth:
185-
auth_url: http://192.168.122.10:35357/
185+
auth_url: http://192.168.122.10:5000/
186186
project_name: admin
187187
username: admin
188188
password: 0penstack

0 commit comments

Comments
 (0)