Remove service type restriction from keystone client help text

The current output of "keystone help service-create" implies that the
type is restricted to certain values.  This commit updates the help
text to make it more clear that the value isn't validated.

Closes bug 1248658
Closes bug 1211292

Change-Id: Ice4bf0da135d371ab5b6339f7baac7309e9c40ce
This commit is contained in:
Brad Pokorny
2013-11-06 18:53:57 +00:00
parent 8a0732e262
commit 186a9970e6

View File

@@ -236,7 +236,7 @@ def do_tenant_delete(kc, args):
help='Name of new service (must be unique)')
@utils.arg('--type', metavar='<type>', required=True,
help='Service type (one of: identity, compute, network, '
'image, or object-store)')
'image, object-store, or other service identifier string)')
@utils.arg('--description', metavar='<service-description>',
help='Description of service')
def do_service_create(kc, args):