python-novaclient/novaclient/tests
huangtianhua 2512a28dc1 Make _console() public
Heat wants to use 'novaclient.v2.servers.
ServerManager._console' method to simplify the
implementation of retrieving server console.
It's better to change the method to public for
public use.
The patch changes:
1. add public method named get_console_url() for class
   'novaclient.v2.servers.Server'
2. rename _console() to get_console_url() for class
   'novaclient.v2.servers.ServerManager'

Change-Id: I3d1485468d1d0a79d4002981ebe05b6cdf2332e7
Closes-Bug: #1651677
2017-01-18 09:36:43 +08:00
..
functional Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-20 05:14:03 +00:00
unit Make _console() public 2017-01-18 09:36:43 +08:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00