diff --git a/glanceclient/shell.py b/glanceclient/shell.py index 8bd5b52..065e9d6 100755 --- a/glanceclient/shell.py +++ b/glanceclient/shell.py @@ -671,7 +671,7 @@ class OpenStackImagesShell(object): if switch_version: print('WARNING: The client is falling back to v1 because' ' the accessing to v2 failed. This behavior will' - ' be removed in future versions') + ' be removed in future versions', file=sys.stderr) api_version = 1 sub_parser = _get_subparser(api_version)