From 31a6325b00926ef6c92bd4a9f70e10530189cdd5 Mon Sep 17 00:00:00 2001 From: "mohit.mohit2atcognizant.com" Date: Wed, 27 Sep 2017 00:53:33 -0700 Subject: [PATCH] Correcting typo on doc. Fix for typo in zaqar documentation -: * Ref doc link - Doc Link - https://docs.openstack.org/project-install-guide/messaging/newton/verify.html * There is typo in string "X-Auth-ToKen: * Instead it should be "X-Auth-Token: * This patch fixes the typo for letter k in string Token Change-Id: I6644b2601754914166d29cf1e1af98f8e8f265e8 Closes-Bug: #1718414 --- doc/source/install/verify.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index 536591d9c..4f8beeb86 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -12,7 +12,7 @@ utility: -d '{"messages": [{"body": {"event": 1}, "ttl": 600}, {"body": {"event": 2}, "ttl": 600}]}' \ -H "Content-type: application/json" \ -H "Client-ID: CLIENT_ID" \ - -H "X-Auth-ToKen: TOKEN" + -H "X-Auth-Token: TOKEN" Replace ``CLIENT_ID`` variable with the universally unique identifier (UUID) which can be generated by, for example, ``uuidgen`` utility.