3ee0386c31
This patch rehomes the flavor extension API definition into neutron-lib along with it's associated exceptions and validator. Please see the release notes for some minor refactoring that's done as part of this patch. Change-Id: I0229a80bb168bac8dc0fa17fb2b06f1b140d27b4
12 lines
521 B
YAML
12 lines
521 B
YAML
---
|
|
features:
|
|
- The ``flavors`` API definition is now available in
|
|
``neutron_lib.api.definitions.flavors``.
|
|
- A new ``type:service_plugin_type`` validator has been added that
|
|
allows a service plugin to be validated at runtime by checking
|
|
the ``neutron_lib.plugins.directory``.
|
|
- Exceptions related to the ``flavor`` API have been added to
|
|
``neutron_lib.exceptions.flavors`` except for
|
|
``InvalidFlavorServiceType`` which is now a generic
|
|
``InvalidServiceType`` in ``neutron_lib.exceptions``.
|