Merge "Fixed Version Functionality"
This commit is contained in:
@@ -79,6 +79,10 @@ class OpenStackCinderShell(object):
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
help=argparse.SUPPRESS)
|
help=argparse.SUPPRESS)
|
||||||
|
|
||||||
|
parser.add_argument('--version',
|
||||||
|
action='version',
|
||||||
|
version=cinderclient.__version__)
|
||||||
|
|
||||||
parser.add_argument('--debug',
|
parser.add_argument('--debug',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=utils.env('CINDERCLIENT_DEBUG',
|
default=utils.env('CINDERCLIENT_DEBUG',
|
||||||
|
Reference in New Issue
Block a user