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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user