From 8ea5c9e5e71ba1e2c7a844204f0124bf81603f42 Mon Sep 17 00:00:00 2001 From: maniksidana019 Date: Fri, 14 Dec 2018 17:57:40 +0530 Subject: [PATCH] Incorrect project name in installation instructions for CentOS Return the instructions to using the "service" project as it was before 5ecee29572556140e57ed667ef275d8429c994b6, 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 Task: 28520 Story: 2003872 --- doc/source/install/install-rdo.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 91fdd56fe9..82c2aae421 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -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::