Due to the migration of the OpenStack document library, some outdated
links were found during use, using https instead of http and pointing
to the right place.
Change-Id: I1e37e15643b4ff7a7b22b2c7c39eba76d0cbdb39
Two things are updated here:
1. The SHUTOFF status from the API is for any stopped server,
regardless of whether or not it was stopped via the REST API
or the sync_instance_power_state periodic task in the compute.
2. Remove the mention of the "shutdown_terminate" flag since that
was only ever implemented in the legacy v2 API for EC2
compatibility and it wouldn't actually work now with the v2.1
server create schema anyway.
Change-Id: I97071be164d15298fa2a5a7374a8ba8235d188e4
Related-Bug: #1722403
The extensions are already removed from Nova API. So remove the
old section about the extensions from the API concept doc.
Change-Id: I29d6e85c23dd45e9f2452e58efb0feba70fb3ef4
Add the description for the following items
in the API reference and the API guide.
* 'X-Openstack-Request-Id' header in request
* 'X-Openstack-Request-Id' header in response
* 'X-Compute-Request-Id' in response
Change-Id: Idd9181c1530eb9576da9941416b697a97c0cfb8d
Closes-Bug: #1693555
This commit removes the cloudpipe API from nova. This has been
deprecated since change I415760ff634dd85974f0c3f79e788e633852efb5 and no
longer works without nova-cert and the pending removal of the deprecated
nova-network.
Implements bp remove-nova-cert
Change-Id: Ifd1fb13a5953cc66f9cc2561d30a9efcd3f4c92e
This commit removes nova-cert which has been deprecated since change
Id7a1fc943cbe6d860a50d3cc776717b55351004b. The APIs have been hard coded
to return a 410 whenever they're called now. For the API ref a new
section for obsolete apis is added to the bottom of the page and the
certificates api ref is moved there.
Implements bp remove-nova-cert
Change-Id: I2c78a0c6599b92040146cf9f0042cff8fd2509c3
This patchs removes last sentence because it contains wrong infomation.
Current we are using RST and YAML instead of WADL and it isn't
really a machine processable version any more.
Change-Id: I45251411be6afcba69800f198e0cc47df77e7626
This patch updates the Nova API Guide: faults.rst. Insert missing word
"call" on line 7 to improve readability.
Change-Id: Ia48870daff3d5f0ff0716ff716dfcc31f5ff6021
Closes-Bug: #1622758
This patch updates the Nova API Guide: faults.rst. Modified wording
on line 94 for improved readability.
Change-Id: I622d64f7aa80c559fbf924adf1f9ce0ee82f3d81
Related-Bug: #1622758
this is in the doc and noticable by user,
it's X-Compute-Request-Id instead of X-Compute-Request-ID
so worthy change it
Change-Id: Ibb6f38e1694a9a3381ea8473cbe6d0e97e3266ec
The endpoint of v2.1 API is CURRENT now.
On v2.1 API, a tenant-id is not necessary to be specified on the
URL, that is good for making API calls simple for users.
In addition, the endpoint is different from old v2.0 API.
Then this patch makes the api-site fit for v2.1 format.
Partially implements blueprint api-ref-in-rst
Change-Id: I99224dfa77d64f7800733c1af69a55b3b5c761ac
In this change the new OpenStack-API-Version headers is allowed,
but not required, for requesting a microversion.
Both headers are accepted in the request and both headers are sent in
the response (both the header and its value, and the addition to the Vary
header).
Many tests which explicitly use a microversion header have been
updated to use both. This change is not 100% as most of the tests
are testing the handling of the value of the header, not which
header is involved.
Partially-Implements: blueprint modern-microversions
Change-Id: I68da13b5ba0c2f3357523e765a5b9db81899daf1
On Ubuntu 16.04 a tox package is for python3 by default
and this causes errors in building docs in tox enviroment.
In these changes iterators are replaced with lists where it's needed.
Also external command calls result are decoded from bytes to unicode.
Change-Id: I88ef54405b4bc13c269bdda55ae8289676311ee1
Cleaned up the request_and_response_formats.rst page by putting the
POST, host, and auth token values into their own block. Fixed
examples to example since there is currently only one.
Change-Id: I5d5e84c9e92e6770e6d413e90c66e0f4bfec20bf
server_concepts.rst contains some invalid JSON formats as samples.
This patch fixes them and improves the readability by adding some
spaces.
Change-Id: Ib51f9e1351fca51c15ffdcb98f42311b999f22f5
Since Id695f60e30b14f939973e3610c7750b83a14d0d0 , the endpoint /v1.1
has been removed. So it is nice to remove it from api-guide also to
avoid unnecessary confusions.
Change-Id: I1a70fec5568468c088f60986b9edd8bd1bf97314