api-ref resource list is updated to detail
on the filtering supported.
As part of this change, event list related
filtering parameters updated to leverage them
in resource filtering.
Change-Id: I61fc302219cc875e23ee1f2d57394196f64c8e63
api-ref is updated for template validate REST API
to provide details on the ignore_errors query
parameter.
Change-Id: I9e2911c7fbe708913b6f143c6d4e408b148ce672
In Id3a71841f5b9a9ea7bb5803afd967ab4feadfe10 the in tree copy of
os-api-ref was migrated to the upstream version. The html_static_path
setting in conf.py was forgotten in the patch, which caused a warning
when building the API reference.
This patch comments out the setting from conf.py to prevent the
warning.
TrivialFix
Change-Id: I267b3f671fdfa2033c24d9407c7bed7e8527e9a2
This removes the in tree copy of os-api-ref and migrates to the
upstream released version. It will fix the issues with the style
because the static files weren't in the right place in tree.
Change-Id: Id3a71841f5b9a9ea7bb5803afd967ab4feadfe10
This patch fixes errors with the include directives generated by the
api-site team for the migration. This patch fixes the errors by bringing
our api-ref docs in line with the existing docs; verifying that the
previous docs are still valid will be a separate initiative.
Change-Id: Ibb7d57d8665dbfb655b2c3bd4a69fdc0f8a44d69
This patch added two parameter: software_config and
software_deployments.
"software_config" add into "Create configuration" and
"Show configuration details".
"software_deployments" parameter add into "Show deployment details",
"Update deployment" and "Create deployment".
Change-Id: Iee5cb9affb5dd88cf8769bea20ff3934fcd43b07
Closes-Bug: #1567193
For more information, see:
http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html
This is the initial port from api-site. The includes in
source/v1/index.rst are alphabetized, but we may want to revisit that
and reorder them according to importance.
Change-Id: I6f578107e17d3a97e667f645a05493da12ae2048
Implements: blueprint api-doc-migration