Merge "Introduce neutron flavor associate, disassociate to OSC"

This commit is contained in:
Jenkins
2017-04-04 02:38:59 +00:00
committed by Gerrit Code Review
6 changed files with 243 additions and 0 deletions
doc/source/command-objects
openstackclient
network
tests
functional
unit
releasenotes/notes
setup.cfg

@ -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
------------------