Skip to content

Commit 9277fd4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Replace port 35357 with 5000 for "auth_url""
2 parents da7226a + eb4f839 commit 9277fd4

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
@@ -282,14 +282,14 @@ The keys match the :program:`openstack` global options but without the
282282
clouds:
283283
devstack:
284284
auth:
285-
auth_url: http://192.168.122.10:35357/
285+
auth_url: http://192.168.122.10:5000/
286286
project_name: demo
287287
username: demo
288288
password: 0penstack
289289
region_name: RegionOne
290290
ds-admin:
291291
auth:
292-
auth_url: http://192.168.122.10:35357/
292+
auth_url: http://192.168.122.10:5000/
293293
project_name: admin
294294
username: admin
295295
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)