From abb2498e714cf1915e5ec7a8a344a0a71962bc50 Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Tue, 4 Apr 2017 15:41:27 +0000 Subject: [PATCH] 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 --- doc/source/data/neutron.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/data/neutron.csv b/doc/source/data/neutron.csv index c2f0b415d1..a276cf8963 100644 --- a/doc/source/data/neutron.csv +++ b/doc/source/data/neutron.csv @@ -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. \ No newline at end of file +vpn-service-update,,Update a given VPN service.