python-openstackclient/releasenotes/notes/add-network-flavor-profile-e7cc5b353c3ed9d9.yaml
Nakul Dahiwade 7ef1e9ea96 OSC Network Flavor Profile
Implement Neutron feature of Network Flavor Profile
into OpenstackClient
This patch implements the following commands:
network flavor profile create
network flavor profile delete
network flavor profile list
network flavor profile show
network flavor profile set

SDK Version needed: 0.9.9

Change-Id: Ie6fe5e53122cfb2eda8d326851d54562739a8386
Partially-Implements: blueprint neutron-client-flavors
2017-03-20 16:24:27 +00:00

10 lines
304 B
YAML

---
features:
- |
Add support for Network Flavor Profile commands:
``network flavor profile create``, ``network flavor profile delete``,
``network flavor profile list``, ``network flavor profile show`` and
``network flavor profile set``
[Blueprint :oscbp:`neutron-client-flavors`]