neutron-lib/releasenotes/notes/rehome-flavors-apidef-ef84b2c1c7eaeed7.yaml
Boden R 3ee0386c31 rehome flavor extension API definition
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
2017-09-18 05:14:30 -06:00

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``.