From 0d7ded0bb3c52d0cb8d8c2ddfd89f37d2f9a0cd0 Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Tue, 27 Dec 2016 13:01:50 +0900 Subject: [PATCH] Update configuration document In this changeset, Adding admin role to watcher user of admin project is removed. Change-Id: Icc8167b12ec0669045d100f8b9ea94d2ac08837d --- doc/source/deploy/configuration.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/deploy/configuration.rst b/doc/source/deploy/configuration.rst index 38a9cada5..b3e9e9a61 100644 --- a/doc/source/deploy/configuration.rst +++ b/doc/source/deploy/configuration.rst @@ -86,7 +86,6 @@ Configure the Identity service for the Watcher service --tenant=KEYSTONE_SERVICE_PROJECT_NAME $ keystone user-role-add --user=watcher \ --tenant=KEYSTONE_SERVICE_PROJECT_NAME --role=admin - $ keystone user-role-add --user=watcher --tenant=admin --role=admin or (by using python-openstackclient 1.8.0+) @@ -97,7 +96,6 @@ Configure the Identity service for the Watcher service --project=KEYSTONE_SERVICE_PROJECT_NAME $ openstack role add --project KEYSTONE_SERVICE_PROJECT_NAME \ --user watcher admin - $ openstack role add --user watcher --project admin admin #. You must register the Watcher Service with the Identity Service so that