Correct flavor associate/disassociate commands in Mapping Guide

This patch fixes the neutron CLI mapping for neutron flavor-associate
and flavor-disassociate since [1] got merged.

[1] - https://review.openstack.org/#/c/403907/

Change-Id: Ifd09a8b091ae89c33a06590aba935df5e22e215b
This commit is contained in:
Shashank Kumar Shankar 2017-04-04 15:41:27 +00:00
parent c7e7f2b730
commit abb2498e71

View File

@ -35,10 +35,10 @@ dhcp-agent-network-add,network agent add network,Add a network to a DHCP agent.
dhcp-agent-network-remove,network agent remove network,Remove a network from a DHCP agent.
ext-list,extension list,List all extensions.
ext-show,extension show,Show information of a given resource.
flavor-associate,network flavor associate,Associate a Neutron service flavor with a flavor profile.
flavor-associate,network flavor add profile,Add a Neutron service flavor with a flavor profile.
flavor-create,network flavor create,Create a Neutron service flavor.
flavor-delete,network flavor delete,Delete a given Neutron service flavor.
flavor-disassociate,network flavor disassociate,Disassociate a Neutron service flavor from a flavor profile.
flavor-disassociate,network flavor remove profile,Remove a Neutron service flavor from a flavor profile.
flavor-list,network flavor list,List Neutron service flavors.
flavor-profile-create,network flavor profile create,Create a Neutron service flavor profile.
flavor-profile-delete,network flavor profile delete,Delete a given Neutron service flavor profile.
@ -241,4 +241,4 @@ vpn-service-create,,Create a VPN service.
vpn-service-delete,,Delete a given VPN service.
vpn-service-list,,List VPN service configurations that belong to a given tenant.
vpn-service-show,,Show information of a given VPN service.
vpn-service-update,,Update a given VPN service.
vpn-service-update,,Update a given VPN service.

1 address-scope-create address scope create Create an address scope for a given tenant.
35 dhcp-agent-network-remove network agent remove network Remove a network from a DHCP agent.
36 ext-list extension list List all extensions.
37 ext-show extension show Show information of a given resource.
38 flavor-associate network flavor associate network flavor add profile Associate a Neutron service flavor with a flavor profile. Add a Neutron service flavor with a flavor profile.
39 flavor-create network flavor create Create a Neutron service flavor.
40 flavor-delete network flavor delete Delete a given Neutron service flavor.
41 flavor-disassociate network flavor disassociate network flavor remove profile Disassociate a Neutron service flavor from a flavor profile. Remove a Neutron service flavor from a flavor profile.
42 flavor-list network flavor list List Neutron service flavors.
43 flavor-profile-create network flavor profile create Create a Neutron service flavor profile.
44 flavor-profile-delete network flavor profile delete Delete a given Neutron service flavor profile.
241 vpn-service-delete Delete a given VPN service.
242 vpn-service-list List VPN service configurations that belong to a given tenant.
243 vpn-service-show Show information of a given VPN service.
244 vpn-service-update Update a given VPN service.