summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-19 22:20:16 +0000
committerGerrit Code Review <review@openstack.org>2018-04-19 22:20:16 +0000
commite573b6f11ea370fd96654d9a97df1b5495c5e842 (patch)
treea9425b4a2bb71298c45ed1ee0e1d75fcd49d92fb
parent5aa1215fcdd2cd638950cd1fe1e8bf43e54c11e6 (diff)
parent75ad1515fe5c1a83ca99e7e0ad9e61cf025e419f (diff)
downloadpython-novaclient-e573b6f11ea370fd96654d9a97df1b5495c5e842.tar.gz
Merge "Correct typo in deprecation for floating-ip commands" into stable/pike9.1.2
-rw-r--r--novaclient/v2/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index 46b50abc..472a79ce 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -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)