From 2b7cb1559b4897a51a7afd12a648a4e5f2925ec5 Mon Sep 17 00:00:00 2001
From: wingwj <wingwj@gmail.com>
Date: Thu, 29 Jun 2017 16:50:25 +0800
Subject: [PATCH] Remove inaccurate mapping of 'host-meta' in csv

Now we don't have a similar command to 'nova host-meta' in osc,
the 'host set/unset' in osc is used to manage host properties.
Need to remove the inaccurate mapping in nova.csv.

Change-Id: I291174a29c8e3419b62d47264dedf176262a816c
Closes-Bug: #1690902
---
 doc/source/cli/data/nova.csv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv
index 559803911d..74f76c77e4 100644
--- a/doc/source/cli/data/nova.csv
+++ b/doc/source/cli/data/nova.csv
@@ -47,7 +47,7 @@ host-describe,host show,Describe a specific host.
 host-evacuate,,Evacuate all instances from failed host.
 host-evacuate-live,,Live migrate all instances of the specified host to other available hosts.
 host-list,host list,List all hosts by service.
-host-meta,host set / unset,Set or Delete metadata on all instances of a host.
+host-meta,,Set or Delete metadata on all instances of a host.
 host-servers-migrate,,Cold migrate all instances off the specified host to other available hosts.
 host-update,host set,Update host settings.
 hypervisor-list,hypervisor list,List hypervisors.