python-openstackclient/releasenotes/notes/neutron-client-flavors-81387171f67a3c82.yaml
Shashank Kumar Shankar b51310a4bb Introduce neutron flavor associate, disassociate to OSC
This patch introduces network flavor associate and disassociate to
OSC. The following neutron equivalent commands are implemented in OSC:

    - neutron flavor-associate
    - neutron flavor-disassociate

Change-Id: Icba4dbf7300a36353142586359059cd6784049dc
2017-04-03 17:02:03 +00:00

6 lines
155 B
YAML

---
features:
- |
Add ``network flavor add profile`` and ``network flavor remove profile`` commands.
[Blueprint :oscbp:`neutron-client-flavors`]