Merge "cinderclient deprecated endpoint_type needs dest="

This commit is contained in:
Jenkins
2015-06-16 19:07:31 +00:00
committed by Gerrit Code Review

View File

@@ -169,6 +169,7 @@ class OpenStackCinderShell(object):
default=DEFAULT_CINDER_ENDPOINT_TYPE),
help='DEPRECATED! Use --os-endpoint-type.')
parser.add_argument('--endpoint_type',
dest='os_endpoint_type',
help=argparse.SUPPRESS)
parser.add_argument('--os-endpoint-type',