summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2016-11-28 21:10:52 +0000
committerShashank Kumar Shankar <shashank.kumar.shankar@intel.com>2017-04-03 17:02:03 +0000
commitb51310a4bb5997137a4b6c0cf3517f481e178474 (patch)
tree993a4b9ac175f39704875bc942d9f6ef09fcdcf3 /releasenotes
parentb2ceb58fc377cd9030becaa934fc4e5d13cb55b4 (diff)
downloadpython-openstackclient-b51310a4bb5997137a4b6c0cf3517f481e178474.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/neutron-client-flavors-81387171f67a3c82.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/neutron-client-flavors-81387171f67a3c82.yaml b/releasenotes/notes/neutron-client-flavors-81387171f67a3c82.yaml
new file mode 100644
index 00000000..484393c9
--- /dev/null
+++ b/releasenotes/notes/neutron-client-flavors-81387171f67a3c82.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``network flavor add profile`` and ``network flavor remove profile`` commands.
+ [Blueprint :oscbp:`neutron-client-flavors`]