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
This commit is contained in:
parent
21069b5552
commit
31a6325b00
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user