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
This commit is contained in:
YI-JIE,SYU 2018-10-18 18:03:50 +08:00
parent f12fb69cb2
commit b90278b503
1 changed files with 1 additions and 1 deletions

View File

@ -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::