From 98caf6c616974ba8332f875ec05175dd25cd72f2 Mon Sep 17 00:00:00 2001 From: lvdongbing Date: Thu, 22 Dec 2016 04:25:05 -0500 Subject: [PATCH] Revise help string profile list Remove 'metadata' from valid filter keys of profile list. Change-Id: I1646fb3985021467c3e3777e12667d50e2a57c8a --- senlinclient/v1/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlinclient/v1/profile.py b/senlinclient/v1/profile.py index f9bd84f..035dcd9 100644 --- a/senlinclient/v1/profile.py +++ b/senlinclient/v1/profile.py @@ -105,7 +105,7 @@ class ListProfile(command.Lister): help=_("Filter parameters to apply on returned profiles. " "This can be specified multiple times, or once with " "parameters separated by a semicolon. The valid filter " - "keys are: ['type', 'name', 'metadata']"), + "keys are: ['type', 'name']"), action='append' ) parser.add_argument(