From b90278b503aff2ad8148af38525beb90ffb117d8 Mon Sep 17 00:00:00 2001 From: "YI-JIE,SYU" Date: Thu, 18 Oct 2018 18:03:50 +0800 Subject: [PATCH] Change "services" to "service" Because project name is service in Installation Guides[1], It is better not to give reference of this name in installation operation Documentation file. [1]https://github.com/openstack/keystone/blob/master/doc/source/install/common/keystone-users.inc Change-Id: Ib51341d023907b392acbdacd47bd1b3027b721a1 --- doc/source/install/install-rdo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 91fdd56fe9..91f74519b5 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -70,7 +70,7 @@ 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::