From 23ed033a676229a47d122a40a413da965c97c235 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 29 Jun 2018 09:21:21 -0700 Subject: [PATCH] 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 --- doc/source/reference/data/lbaas.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/data/lbaas.csv b/doc/source/reference/data/lbaas.csv index 2185000..0db34a3 100644 --- a/doc/source/reference/data/lbaas.csv +++ b/doc/source/reference/data/lbaas.csv @@ -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.