Go to file
Stephen Finucane 488dd9940a Revert "Fix crashing console-log"
This reverts commit d272d6f3df. This
worked around a misconfigured environment by forcing stdout to use
UTF-8. This is kind of a hack and it only works in Python 2, breaking
Python 3 [1].

The correct solution to this issue and all Python 2 unicode print issues
is to correctly configuring LC_ALL to use a UTF-8 locale.

[1] https://stackoverflow.com/q/4374455

Change-Id: Iaeec1e74262a35f3de3c81f7013835a6aa6f9029
Closes-Bug: #1823287
(cherry picked from commit a9b1125f7b)
(cherry picked from commit 2ca1814a2b)
2019-04-08 14:29:40 +01:00
2018-07-16 15:43:48 +07:00
2018-07-16 15:43:48 +07:00
2018-07-26 22:12:58 +00:00
2014-05-07 12:16:41 -07:00
2018-07-16 15:43:48 +07:00
2015-09-08 10:10:25 -07:00
2011-08-08 13:25:29 -07:00
2018-07-16 15:43:48 +07:00
2018-06-28 12:37:19 +00:00
2017-03-06 01:18:45 +00:00
2018-07-16 15:43:48 +07:00

Team and repository tags

image

Python bindings to the OpenStack Compute API

Latest Version

This is a client for the OpenStack Compute API. It provides a Python API (the novaclient module) and a command-line script (nova). Each implements 100% of the OpenStack Compute API.

Description
OpenStack Compute (Nova) Client
Readme 36 MiB
Languages
Python 100%