ZhiQiang Fan c22cbb6fac [Trivial] change some functions in novaclient/utils.py to public
There are some functions in novaclient/utils.py which have name with
prefix `_`, in Python, this means it is a private function which
should be only used in its own module. However, these functions are
used in other modules such as novaclient/v2/shell.py.

This patch removes the prefix _ for these functions.

Change-Id: I7bc8a76fd390a7dd30eecbb5c7e641b6ccfb40c0
2016-04-27 20:13:45 +08:00
..
2016-03-02 17:24:17 +08:00
2015-04-20 13:52:38 +03:00
2014-10-23 14:28:50 +00:00
2016-04-06 09:36:28 +07:00