diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-04 02:38:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-04 02:38:59 +0000 |
| commit | 8a1f4b6592a91ed3b2cd65d6fb0217afa1cf5e8d (patch) | |
| tree | 9733ab0d5ba02eca43f6a5c46cf17189f34c88b9 /doc | |
| parent | 16b822b7692d92e147fbb005b403ee70997e8d50 (diff) | |
| parent | b51310a4bb5997137a4b6c0cf3517f481e178474 (diff) | |
| download | python-openstackclient-8a1f4b6592a91ed3b2cd65d6fb0217afa1cf5e8d.tar.gz | |
Merge "Introduce neutron flavor associate, disassociate to OSC"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/network-flavor.rst | 44 |
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 ------------------ |
