Skip to content

Commit dd958bc

Browse files
author
Brian Haley
committed
Update the Neutron CLI decoder document
The floatingip-disassociate mapping had 'port' instead of '--port', also fixed a few places where 'unset' was missing from some of the mappings. Trivialfix Change-Id: I3b01db28dda674e9988176d496154fbd26e4449f
1 parent 0fa3c84 commit dd958bc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/source/cli/data/neutron.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ flavor-update,network flavor set,Update a Neutron service flavor.
5050
floatingip-associate,floating ip set port --fixed-ip,Create a mapping between a floating IP and a fixed IP.
5151
floatingip-create,floating ip create,Create a floating IP for a given tenant.
5252
floatingip-delete,floating ip delete,Delete a given floating IP.
53-
floatingip-disassociate,floating ip unset port,Remove a mapping from a floating IP to a fixed IP.
53+
floatingip-disassociate,floating ip unset --port,Remove a mapping from a floating IP to a fixed IP.
5454
floatingip-list,floating ip list,List floating IPs that belong to a given tenant.
5555
floatingip-show,floating ip show,Show information of a given floating IP.
5656
help,help,print detailed help for another command
@@ -142,12 +142,12 @@ net-ip-availability-show,ip availability show,Show IP usage of specific network
142142
net-list,network list,List networks that belong to a given tenant.
143143
net-list-on-dhcp-agent,network list --agent,List the networks on a DHCP agent.
144144
net-show,network show,Show information of a given network.
145-
net-update,network set,Update network's information.
145+
net-update,network set / network unset,Update network's information.
146146
port-create,port create,Create a port for a given tenant.
147147
port-delete,port delete,Delete a given port.
148148
port-list,port list,List ports that belong to a given tenant.
149149
port-show,port show,Show information of a given port.
150-
port-update,port set/port unset,Update port's information.
150+
port-update,port set / port unset,Update port's information.
151151
purge,,Delete all resources that belong to a given tenant.
152152
qos-available-rule-types,network qos rule type list,List available qos rule types.
153153
qos-bandwidth-limit-rule-create,network qos rule create --type bandwidth-limit,Create a qos bandwidth limit rule.
@@ -183,7 +183,7 @@ rbac-update,network rbac set,Update RBAC policy for given tenant.
183183
router-create,router create,Create a router for a given tenant.
184184
router-delete,router delete,Delete a given router.
185185
router-gateway-clear,router unset,Remove an external network gateway from a router.
186-
router-gateway-set,router set,Set the external network gateway for a router.
186+
router-gateway-set,router set / router unset,Set the external network gateway for a router.
187187
router-interface-add,router add subnet / router add port,Add an internal network interface to a router.
188188
router-interface-delete,router remove subnet / router remove port,Remove an internal network interface from a router.
189189
router-list,router list,List routers that belong to a given tenant.
@@ -199,7 +199,7 @@ security-group-rule-delete,security group rule delete,Delete a given security gr
199199
security-group-rule-list,security group rule list,List security group rules that belong to a given tenant.
200200
security-group-rule-show,security group rule show,Show information of a given security group rule.
201201
security-group-show,security group show,Show information of a given security group.
202-
security-group-update,security group set,Update a given security group.
202+
security-group-update,security group set / security group unset,Update a given security group.
203203
service-provider-list,network service provider list,List service providers.
204204
subnet-create,subnet create,Create a subnet for a given tenant.
205205
subnet-delete,subnet delete,Delete a given subnet.

0 commit comments

Comments
 (0)