From 01ada341470f55fd16bdb8c8c2af02d191b699f7 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Wed, 12 Oct 2016 16:56:25 +0800 Subject: Remove useless X-ROLE from http header X_ROLE in http header is not needed. It will be removed because in keystonemiddleware/auth_token/AuthProtocol.process_request() request.remove_auth_headers() is called. Some incorrect statements like "ROLE: dmin" bring confusion. Change-Id: Ic074425803b6d643502f87543bc527e69aab4e8e Signed-off-by: Alex Yang --- docs/installationprocedure/multisite.kingbird.installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installationprocedure') diff --git a/docs/installationprocedure/multisite.kingbird.installation.rst b/docs/installationprocedure/multisite.kingbird.installation.rst index 11a516a..9abb669 100644 --- a/docs/installationprocedure/multisite.kingbird.installation.rst +++ b/docs/installationprocedure/multisite.kingbird.installation.rst @@ -297,7 +297,7 @@ $admin_project_id to the admin project id in your environment: .. code-block:: bash curl -H "Content-Type: application/json" -H "X-Auth-Token: $token" \ - -H "X_ROLE: admin" -X PUT \ + -X PUT \ http://127.0.0.1:8118/v1.0/$admin_project_id/os-quota-sets/$admin_project_id/sync If the response looks like following: "triggered quota sync for -- cgit 1.2.3-korg