Fix missing docs command mapping for status show

We missed updating the neutron command mapping update to reflect that
we have added the "openstack loadbalancer status show" command.
This patch updates the command mapping table to include the
"status show" command.

Change-Id: I8c3ce43d759e274e2d6889be37d10f73b39fd58b
This commit is contained in:
Michael Johnson
2018-06-29 09:21:21 -07:00
parent 234b3e82ce
commit 23ed033a67

View File

@@ -24,7 +24,7 @@ lbaas-loadbalancer-list,loadbalancer list,LBaaS v2 List loadbalancers that belon
lbaas-loadbalancer-list-on-agent,,List the loadbalancers on a loadbalancer v2 agent.
lbaas-loadbalancer-show,loadbalancer show,LBaaS v2 Show information of a given loadbalancer.
lbaas-loadbalancer-stats,loadbalancer stats show,Retrieve stats for a given loadbalancer.
lbaas-loadbalancer-status,,Retrieve status for a given loadbalancer.
lbaas-loadbalancer-status,loadbalancer status show,Retrieve status for a given loadbalancer.
lbaas-loadbalancer-update,loadbalancer set,LBaaS v2 Update a given loadbalancer.
lbaas-member-create,loadbalancer member create,LBaaS v2 Create a member.
lbaas-member-delete,loadbalancer member delete,LBaaS v2 Delete a given member.
1 lbaas-healthmonitor-create loadbalancer healthmonitor create LBaaS v2 Create a healthmonitor.
24 lbaas-loadbalancer-list-on-agent List the loadbalancers on a loadbalancer v2 agent.
25 lbaas-loadbalancer-show loadbalancer show LBaaS v2 Show information of a given loadbalancer.
26 lbaas-loadbalancer-stats loadbalancer stats show Retrieve stats for a given loadbalancer.
27 lbaas-loadbalancer-status loadbalancer status show Retrieve status for a given loadbalancer.
28 lbaas-loadbalancer-update loadbalancer set LBaaS v2 Update a given loadbalancer.
29 lbaas-member-create loadbalancer member create LBaaS v2 Create a member.
30 lbaas-member-delete loadbalancer member delete LBaaS v2 Delete a given member.