Incorrect project name in installation instructions for CentOS

Return the instructions to using the "service" project as it was before
5ecee29572, and as it is in other manual
installation instructions.

Add a note that describes the circumstances in which you need to use
"services" as the project name.

Change-Id: I76de8960ac640b9e8037879af85b84ce39b4cdcb
Co-Authored-By: Zane Bitter <zbitter@redhat.com>
Task: 28520
Story: 2003872
This commit is contained in:
maniksidana019 2018-12-14 17:57:40 +05:30 committed by Zane Bitter
parent 7cdadf1155
commit 8ea5c9e5e7
1 changed files with 12 additions and 1 deletions

View File

@ -70,7 +70,18 @@ requires additional information in the Identity service.
.. code-block:: console
$ openstack role add --project services --user heat admin
$ openstack role add --project service --user heat admin
.. note::
If installing OpenStack manually following the `Keystone install
guide`_, the name of the services project is ``service`` as given
above. However, traditional methods of installing RDO (such as
PackStack and TripleO) use ``services`` as the name of the service
project. If you installed RDO using a Puppet-based method, substitute
``services`` as the project name.
.. _`Keystone install guide`: https://docs.openstack.org/keystone/latest/install/keystone-users-rdo.html
.. note::