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:
Matt Riedemann 2016-07-18 16:45:48 -04:00
parent 5eb7b65f0d
commit 6edb7517e3
1 changed files with 2 additions and 1 deletions

View File

@ -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(