Update the RDO installation guide to use port 5000

This makes the RDO guide consistent with the Ubuntu and SLES guides.

Closes-Bug: #1781536
Change-Id: Ic935e5335378246b3363f7fd96e958388aa98b50
(cherry picked from commit 38d25b7b5f)
This commit is contained in:
Lance Bragstad 2018-04-19 19:58:34 +00:00 committed by Gage Hugo
parent db14ee24a7
commit 34185638db
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ Finalize the installation
$ export OS_PROJECT_NAME=admin
$ export OS_USER_DOMAIN_NAME=Default
$ export OS_PROJECT_DOMAIN_NAME=Default
$ export OS_AUTH_URL=http://controller:35357/v3
$ export OS_AUTH_URL=http://controller:5000/v3
$ export OS_IDENTITY_API_VERSION=3
.. end