Merge "Add query.duplicate_key and .bad_value in api-ref"

This commit is contained in:
Zuul 2019-07-11 08:28:55 +00:00 committed by Gerrit Code Review
commit 49f28a93cc
2 changed files with 7 additions and 0 deletions

View File

@ -65,5 +65,11 @@ The defined errors are:
* - ``placement.resource_provider.not_found``
- A resource provider mentioned in an operation involving multiple
resource providers, such as :ref:`reshaper`, does not exist.
* - ``placement.query.duplicate_key``
- A request included multiple instances of a query parameter that may only
be specified once.
* - ``placement.query.bad_value``
- A value in a request conformed to the schema, but failed semantic
validation.
.. _errors: https://specs.openstack.org/openstack/api-wg/guidelines/errors.html

View File

@ -38,6 +38,7 @@ URI.
# Do not change the string values. Once set, they are set.
# Do not reuse string values. There should be only one symbol for any
# value.
# Don't forget to document new error codes in api-ref/source/errors.inc.
DEFAULT = 'placement.undefined_code'
INVENTORY_INUSE = 'placement.inventory.inuse'
CONCURRENT_UPDATE = 'placement.concurrent_update'