*** This bug is a duplicate of bug 1790148 ***
    https://bugs.launchpad.net/bugs/1790148

** This bug has been marked a duplicate of bug 1790148
   Verify operation in keystone (Documentation fault)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1795415

Title:
  Verify operation in keystone

Status in OpenStack Identity (keystone):
  New

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1795415/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to