← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1755026] [NEW] Incorrect bootstrap admin url in keystone documentation for queens in ubuntu

 

Public bug reported:


- [x] This doc is inaccurate in this way: the instructions for the definition of the bootstrap admin url in the keystone installation instructions for the Ubuntu OS are incorrect as they specify a wrong port number (5000)
- [ ] This is a doc addition request.
- [x] I have a fix to the document that I can paste below including example: input and output. 

The full command for Step 5 under the heading "Bootstrap the Identity
service" should be the following:

keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
  --bootstrap-admin-url http://controller:35357/v3/ \
  --bootstrap-internal-url http://controller:5000/v3/ \
  --bootstrap-public-url http://controller:5000/v3/ \
  --bootstrap-region-id RegionOne

instead of

keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
  --bootstrap-admin-url http://controller:5000/v3/ \
  --bootstrap-internal-url http://controller:5000/v3/ \
  --bootstrap-public-url http://controller:5000/v3/ \
  --bootstrap-region-id RegionOne

-----------------------------------
Release: 13.0.0.0rc3.dev1 on 2018-02-22 22:43
SHA: c06d74fcf4cf5338db6572265c609036f6817466
Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-install-ubuntu.rst
URL: https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html

** Affects: keystone
     Importance: Undecided
         Status: New


** Tags: doc

-- 
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/1755026

Title:
  Incorrect bootstrap admin url in keystone documentation for queens in
  ubuntu

Status in OpenStack Identity (keystone):
  New

Bug description:

  - [x] This doc is inaccurate in this way: the instructions for the definition of the bootstrap admin url in the keystone installation instructions for the Ubuntu OS are incorrect as they specify a wrong port number (5000)
  - [ ] This is a doc addition request.
  - [x] I have a fix to the document that I can paste below including example: input and output. 

  The full command for Step 5 under the heading "Bootstrap the Identity
  service" should be the following:

  keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
    --bootstrap-admin-url http://controller:35357/v3/ \
    --bootstrap-internal-url http://controller:5000/v3/ \
    --bootstrap-public-url http://controller:5000/v3/ \
    --bootstrap-region-id RegionOne

  instead of

  keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
    --bootstrap-admin-url http://controller:5000/v3/ \
    --bootstrap-internal-url http://controller:5000/v3/ \
    --bootstrap-public-url http://controller:5000/v3/ \
    --bootstrap-region-id RegionOne

  -----------------------------------
  Release: 13.0.0.0rc3.dev1 on 2018-02-22 22:43
  SHA: c06d74fcf4cf5338db6572265c609036f6817466
  Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-install-ubuntu.rst
  URL: https://docs.openstack.org/keystone/queens/install/keystone-install-ubuntu.html

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


Follow ups