← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1763297] Re: Install and configure in keystone: missing "domain create" command

 

Looking at the installation guides. The mitaka guide doesn't include the
bootstrap command even though it technically should because the
functionality was implemented in that release [0]. The newton
installation guide doesn't need the `openstack domain create` command
because it's using `keystone-manage bootstrap` to ensure the necessary
information in created, which includes the default domain [1].

It would appear that this is only affects the Mitaka installation guide.

[0] https://docs.openstack.org/mitaka/install-guide-ubuntu/keystone-install.html
[1] https://docs.openstack.org/newton/install-guide-ubuntu/keystone-install.html

** Also affects: keystone/mitaka
   Importance: Undecided
       Status: New

** Changed in: keystone
       Status: New => Invalid

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

Title:
  Install and configure in keystone: missing "domain create" command

Status in OpenStack Identity (keystone):
  Invalid
Status in OpenStack Identity (keystone) mitaka series:
  Won't Fix

Bug description:
  Since Newton release the install guide lacks an essential command.
  Before a user can create projects, users etc. there has to be the
  default domain first. In Mitaka guide [1] the steps are

   - openstack domain create --description "Default Domain" default
   - openstack project create --domain default --description "Admin Project" admin
   - [...]

  but since Newton it starts with the project create command. This
  applies to Newton, Ocata and Pike. In the Queens release [2] this is
  correct again.

  Following N, O or P releases leads to "Could not find domain" errors.

  This should be backported to older releases.

  [1] https://docs.openstack.org/mitaka/install-guide-obs/keystone-users.html
  [2] https://docs.openstack.org/keystone/queens/install/keystone-users-obs.html

  This bug tracker is for errors with the documentation, use the
  following as a template and remove or add fields as you see fit.
  Convert [ ] into [x] to check boxes:

  - [x] This doc is inaccurate in this way: The command "openstack domain create --description "Default Domain" default" ist missing, users trying to create projects, users etc. will end up with "Could not find domain" errors.
  - [ ] This is a doc addition request.
  - [ ] I have a fix to the document that I can paste below including example: input and output. 

  If you have a troubleshooting or support issue, use the following
  resources:

   - Ask OpenStack: http://ask.openstack.org
   - The mailing list: http://lists.openstack.org
   - IRC: 'openstack' channel on Freenode

  -----------------------------------
  Release: 12.0.1.dev17 on 2018-02-20 08:16
  SHA: 6de0a147d68042af79ddc6d700cec3fd71b9d03c
  Source: https://git.openstack.org/cgit/openstack/keystone/tree/doc/source/install/keystone-install-obs.rst
  URL: https://docs.openstack.org/keystone/pike/install/keystone-install-obs.html

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


References