Fix tiny typo on configuration doc

Typically the project name for the services is "service", not
"services".

Change-Id: I4414befff39663f1c205daef381d719042d938af
This commit is contained in:
Lin Yang
2015-11-18 04:08:49 +08:00
parent c7e5dc5dcd
commit 0e0461de74

View File

@@ -80,7 +80,7 @@ Configure the Identity service for the Watcher service
.. code-block:: bash
$ openstack user create --password WATCHER_PASSWORD --enable --email watcher@example.com watcher
$ openstack role add --project services --user watcher admin
$ openstack role add --project service --user watcher admin
$ openstack role add --user watcher --project admin admin