summaryrefslogtreecommitdiff
path: root/doc/source
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 /doc/source
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 'doc/source')
-rw-r--r--doc/source/command-objects/network-flavor.rst44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/source/command-objects/network-flavor.rst b/doc/source/command-objects/network-flavor.rst
index 0723eb12..2d23bf05 100644
--- a/doc/source/command-objects/network-flavor.rst
+++ b/doc/source/command-objects/network-flavor.rst
@@ -8,6 +8,28 @@ service flavors.
Network v2
+network flavor add profile
+--------------------------
+
+Add network flavor to service profile
+
+.. program:: network flavor add profile
+.. code:: bash
+
+ openstack network flavor add profile
+ <flavor>
+ <service-profile-id>
+
+.. describe:: <flavor>
+
+ Flavor to which service profile is added. (Name or ID)
+
+.. describe:: <service-profile-id>
+
+ Service profile to be added to flavor. (ID only)
+
+.. _network_flavor_add_profile:
+
network flavor create
---------------------
@@ -85,6 +107,28 @@ List network flavors
.. _network_flavor_list:
+network flavor remove profile
+-----------------------------
+
+Remove network flavor from service profile
+
+.. program:: network flavor remove profile
+.. code:: bash
+
+ openstack network flavor remove profile
+ <flavor>
+ <service-profile-id>
+
+.. describe:: <flavor>
+
+ Flavor from which service profile is removed. (Name or ID)
+
+.. describe:: <service-profile-id>
+
+ Service profile to be removed from flavor. (ID only)
+
+.. _network_flavor_remove_profile:
+
network flavor set
------------------