diff options
| author | Zuul <zuul@review.opendev.org> | 2020-03-20 17:07:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-03-20 17:07:25 +0000 |
| commit | 9277fd471a71ecac330b78718b7eecd38ce180c8 (patch) | |
| tree | 2839de29f37b47414b9877b2b1d7ec6857db1043 /doc/source/cli/man/openstack.rst | |
| parent | da7226a5564c783522a597a4ff3a3749b026f57d (diff) | |
| parent | eb4f839ec7c1a5e791d6f798c5efb705d55b1e01 (diff) | |
| download | python-openstackclient-9277fd471a71ecac330b78718b7eecd38ce180c8.tar.gz | |
Merge "Replace port 35357 with 5000 for "auth_url""
Diffstat (limited to 'doc/source/cli/man/openstack.rst')
| -rw-r--r-- | doc/source/cli/man/openstack.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/cli/man/openstack.rst b/doc/source/cli/man/openstack.rst index 1ba9db0d..687e39eb 100644 --- a/doc/source/cli/man/openstack.rst +++ b/doc/source/cli/man/openstack.rst @@ -282,14 +282,14 @@ The keys match the :program:`openstack` global options but without the clouds: devstack: auth: - auth_url: http://192.168.122.10:35357/ + auth_url: http://192.168.122.10:5000/ project_name: demo username: demo password: 0penstack region_name: RegionOne ds-admin: auth: - auth_url: http://192.168.122.10:35357/ + auth_url: http://192.168.122.10:5000/ project_name: admin username: admin password: 0penstack |
