Merge "Correct typo in deprecation for floating-ip commands" into stable/pike

This commit is contained in:
Zuul 2018-04-19 22:20:16 +00:00 committed by Gerrit Code Review
commit e573b6f11e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def emit_hosts_deprecation_warning(command_name, replacement=None):
def emit_fixed_floating_deprecation_warning(command_name):
print(_('WARNING: Command %s is deprecated and will be removed '
'in the first major release after the Nova server 16.0.0 '
'Pike release. Use python-neutronclient or python-openstackclient'
'Pike release. Use python-neutronclient or python-openstackclient '
'instead. Specify --os-compute-api-version less than 2.44 '
'to continue using this command until it is removed.') %
command_name, file=sys.stderr)