Merge "Add X-Auth-Token header in federation examples"

This commit is contained in:
Jenkins 2014-07-25 20:01:23 +00:00 committed by Gerrit Code Review
commit 46f2871258
1 changed files with 2 additions and 2 deletions

View File

@ -254,13 +254,13 @@ Example cURL
.. code-block:: bash
$ curl -X GET http://localhost:5000/v3/OS-FEDERATION/projects
$ curl -X GET -H "X-Auth-Token: <unscoped token>" http://localhost:5000/v3/OS-FEDERATION/projects
or
.. code-block:: bash
$ curl -X GET http://localhost:5000/v3/OS-FEDERATION/domains
$ curl -X GET -H "X-Auth-Token: <unscoped token>" http://localhost:5000/v3/OS-FEDERATION/domains
Get a scoped token
~~~~~~~~~~~~~~~~~~