Fix deprecation message for --volume-service-name
We just released novaclient 5.0.0 so this fixes the deprecation message for the --volume-service-name option, not only for the version but also the timeline for removal (to be consistent with other things we'll remove like image and baremetal proxies). Change-Id: I138f0ff05861a18b74cff650ea72f38d80a247fb
This commit is contained in:
parent
5eb7b65f0d
commit
6edb7517e3
@ -477,7 +477,8 @@ class OpenStackComputeShell(object):
|
||||
action=DeprecatedAction,
|
||||
metavar='<volume-service-name>',
|
||||
default=utils.env('NOVA_VOLUME_SERVICE_NAME'),
|
||||
use=_('This option will be removed in novaclient 4.3.0.'),
|
||||
use=_('This option will be removed after Nova 15.0.0 is '
|
||||
'released.'),
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
parser.add_argument(
|
||||
|
Loading…
x
Reference in New Issue
Block a user