summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormaniksidana019 <manik@voereir.com>2018-12-14 17:57:40 +0530
committerZane Bitter <zbitter@redhat.com>2018-12-19 23:01:44 +1300
commit8ea5c9e5e71ba1e2c7a844204f0124bf81603f42 (patch)
tree63925be9324363c9fdd602b7ac8d0af08f3c6e64 /doc
parent7cdadf1155f4d94cf8f967635b98e4012a7acfb7 (diff)
downloadheat-8ea5c9e5e71ba1e2c7a844204f0124bf81603f42.tar.gz
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 <zbitter@redhat.com> Task: 28520 Story: 2003872
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install/install-rdo.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst
index 91fdd56fe..82c2aae42 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::