Verify operation in keystone

Bug #1795415 reported by Francesco Foresta
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
New
Undecided
Unassigned

Bug Description

- [X] This doc is inaccurate in this way:

In point 2, it is suggested to run

  openstack --os-auth-url http://controller:35357/v3 \
  --os-project-domain-name Default --os-user-domain-name Default \
  --os-project-name admin --os-username admin token issue

However, the endpoint has been configured on port 5000 previously.
This is a sort of garbage inherited from previous OpenStack versions where "keystone needed to be run on two separate ports to accomodate the Identity v2 API which ran a separate admin-only service commonly on port 35357."

- [X] I have a fix to the document that I can paste below including example:

Replace the previous command with

  openstack --os-auth-url http://controller:5000/v3 \
  --os-project-domain-name Default --os-user-domain-name Default \
  --os-project-name admin --os-username admin token issue

Take care!
Francesco

-----------------------------------
Release: on 2018-09-10 22:19
SHA: c5930abc5aa06881f28baa697d8d43a1f25157b8
Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-verify-rdo.rst
URL: https://docs.openstack.org/keystone/rocky/install/keystone-verify-rdo.html

Tags: doc
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.