The instructions on README.rst to create a sample queue was outdated.

Change-Id: Ib5a920dcb0f2da3b8997d280837d18de432bfaba
Closes-Bug: #1439568
This commit is contained in:
sanoojm 2019-02-11 08:08:12 +05:30
parent 56390fe51f
commit 813663bc03
1 changed files with 8 additions and 1 deletions

View File

@ -229,7 +229,14 @@ Installing and using virtualenv
.. code-block:: console
$ curl -i -X PUT http://localhost:8888/v1/queues/samplequeue -H "Content-type: application/json"
$ curl -i -X PUT http://localhost:8888/v2/queues/samplequeue -H "Content-type: application/json" -H 'Client-ID: 123e4567-e89b-12d3-a456-426655440000' -H 'X-PROJECT-ID: 12345'
.. note::
``Client-ID`` expects a valid UUID.
``X-PROJECT-ID`` expects a user-defined project identifier.
#. Get ready to code!