Change some URLs to point to better targets
This is to change some URLs to point to better or more accurate targets. Change-Id: I1d450ba8bd2271a69f9380cc4d2b36ae3eefe09a
This commit is contained in:
@@ -167,7 +167,7 @@ depending on the type of error. The following link contains a list of possible
|
|||||||
elements along with their associated error codes.
|
elements along with their associated error codes.
|
||||||
|
|
||||||
For more information on possible error code, please see:
|
For more information on possible error code, please see:
|
||||||
http://specs.openstack.org/openstack/api-wg/guidelines/http.html#http-response-codes
|
http://specs.openstack.org/openstack/api-wg/guidelines/http/response-codes.html
|
||||||
|
|
||||||
Asynchronous faults
|
Asynchronous faults
|
||||||
===================
|
===================
|
||||||
|
@@ -111,7 +111,7 @@ very long. So here are some key points:
|
|||||||
* The field names contained in a request/response body should
|
* The field names contained in a request/response body should
|
||||||
use snake_case style, not CamelCase or Mixed_Case style.
|
use snake_case style, not CamelCase or Mixed_Case style.
|
||||||
|
|
||||||
* `HTTP Response Codes <http://specs.openstack.org/openstack/api-wg/guidelines/http.html#http-response-codes>`_
|
* `HTTP Response Codes <http://specs.openstack.org/openstack/api-wg/guidelines/http/response-codes.html>`_
|
||||||
|
|
||||||
* Synchronous resource creation: ``201 Created``
|
* Synchronous resource creation: ``201 Created``
|
||||||
* Asynchronous resource creation: ``202 Accepted``
|
* Asynchronous resource creation: ``202 Accepted``
|
||||||
|
@@ -157,7 +157,7 @@ Running unit tests
|
|||||||
|
|
||||||
See `Running Python Unit Tests`_.
|
See `Running Python Unit Tests`_.
|
||||||
|
|
||||||
.. _`Running Python Unit Tests`: http://docs.openstack.org/infra/manual/python.html#running-python-unit-tests
|
.. _`Running Python Unit Tests`: https://docs.openstack.org/project-team-guide/project-setup/python.html#running-python-unit-tests
|
||||||
|
|
||||||
Note that some unit and functional tests use a database. See the file
|
Note that some unit and functional tests use a database. See the file
|
||||||
``tools/test-setup.sh`` on how the databases are set up in the
|
``tools/test-setup.sh`` on how the databases are set up in the
|
||||||
|
@@ -13,7 +13,7 @@ Setting up a devstack environment
|
|||||||
|
|
||||||
For instructions on how to setup devstack with serial console support enabled
|
For instructions on how to setup devstack with serial console support enabled
|
||||||
see `this guide
|
see `this guide
|
||||||
<http://docs.openstack.org/developer/devstack/guides/nova.html#nova-serialproxy>`_.
|
<https://docs.openstack.org/devstack/latest/guides/nova.html#nova-serialproxy>`_.
|
||||||
|
|
||||||
---------------
|
---------------
|
||||||
Testing the API
|
Testing the API
|
||||||
|
Reference in New Issue
Block a user