The OS-EXT-STS:power_state attribute in a server GET response
is enum values which are meaningless unless you look at the
nova/compute/power_states.py code. This change adds a mapping
to the description on that field in the api-ref.
Note there are gaps in the sequence, those are for unused values
as seen in the nova.objects.fields.InstancePowerState class.
Change-Id: I2ef9f493e66ab04b13f439e73247dc306a1514b4
In os-snapshots APIs, the display name is the snapshot name,
not the volume name.
The display description is the snapshot description,
not the volume description.
So fix them.
Change-Id: I33cd59b759c6f7c8eca8bd511ba43637e7b27c1c
Closes-Bug: #1611292
There are multiple errors in the API doc for os-console-auth-tokens
(name, description, params). This patch fixes them.
Closes-Bug: #1602293
Change-Id: Ia3d678b4d9fc5b768088224d0338c8e97c761b3c
As service delete will affect host aggregate, add more info
Change-Id: I57b17f60228df83a033735c33cc74589dad30553
Implements: blueprint api-ref-in-rst-ocata
Removes trailing '`_' and updates URL to be consistent with rest of
document by providing a full sentence.
Closes Bug: 1621891
Change-Id: Iea47703b624db6de0912abe7ad42a018596d951e
This patch verifies that the title and introductory description
that precedes each rest method clearly reflects the context of the
respective rest method. Thus no changes are necessary - the
'body verification' tag is removed for this commit.
part of bp:api-ref-in-rst
Change-Id: I61cfdb5a0b8f8e1d8d60bd306c4952f2bc9ec537
v2.20 allows shelved and shelve_offload instance to attach and
detach volume, add descriptions for that
Implements: blueprint api-ref-in-rst-ocata
Change-Id: Ib1349c2ef9d69cfc74212fd48ff10f913a5ce134
v2.35 added keypairs_links into resp param list,
this patch added it to the api-ref
Implements: blueprint api-ref-in-rst
Change-Id: Id62dc61c169c772510b727b7666ae38a555e4247
This commit updates image.inc to remove create
and update image from title
Partially implements blueprint api-ref-in-rst
Change-Id: Ib9aea5fd26585f6b81addfe4f0cdea00f2b2eaf5
This commit verify everything for cloudpipe.inc
Also mark this API deprecated as it works only for
nova-networks.
Partially implements blueprint api-ref-in-rst
Change-Id: I415760ff634dd85974f0c3f79e788e633852efb5
This commits define new parameter sort_key_flavor
and sort_dir_flavor for flavor List API and define
the correct default values for those.
Partially implements blueprint api-ref-in-rst
Change-Id: I2915a5bccebfeddf66c825b0272af86e3fd7da19
'osapi_hide_server_address_states' does not hide the
address field in server/ips APIs so address paramater
for this API is wrong and this commit fis the same.
Also fixing the 'version' parameter.
Partially implements blueprint api-ref-in-rst
Change-Id: I22d6ab97d14779fe3a32c23a5148b4eb59f1034f
The parameter 'name' is for security group, not server group.
This patch fixes the description.
Partially implements blueprint api-ref-in-rst
Change-Id: I954b91c47bf4766be430ace2783089c7f59f9324
The 'availability_zone' parameter was incorrectly documented as
'os-availability-zone:availability_zone'. This patch fixes it.
Change-Id: I9837a747b40c9ef933a89acbdab9360ade1012a8
added hypervisor_links into response of hypervisor we need to
add it
Also, verified sample.
Implements: blueprint api-ref-in-rst
Change-Id: I38241f116482a99609e5892a9e20ea5496d89f2b
v2.4 added 'reserved' param to fixed ip output, this patch
added it into doc.
Change-Id: I3be65d6aa5e36662cbb09f408124d0abb8bbfdf5
Implements: blueprint api-ref-in-rst-ocata
This fixes the name parameter which should be referencing the optional
server name instead of the security group name. It also deletes an entry
in the parameters.yaml which is not referenced anywhere.
Change-Id: I38abe55aa46f54a22468e21188e0cd5ef2c63244
This patch verifies the example & parameters of
os-security-group-default-rules.inc
part of bp:api-ref-in-rst
Change-Id: I1e94aad4c9f763c41d921d761c215cc2de03af5a
This patch changes type 'list' to 'array' in server_groups_list because
we don't have 'list' type.
Change-Id: Ibb443ab6f88da7c4cfc53bfbf102c518abaea9ac