Merge "Fix error in policy-show"

This commit is contained in:
Jenkins
2016-11-25 09:46:47 +00:00
committed by Gerrit Code Review

View File

@@ -396,7 +396,7 @@ def do_policy_create(service, args):
@utils.arg('id', metavar='<POLICY>',
help=_('Name of the policy to be updated.'))
help=_('Name or ID of the policy to be shown.'))
def do_policy_show(service, args):
"""Show the policy details."""
show_deprecated('senlin policy-show', 'openstack cluster policy show')