python-novaclient/novaclient
Takashi NATSUME 33e89f99a4 Fix server strings in reboot operation
The following message is shown currently in the reboot operation.

  Request to reboot server <Server: server1> has been accepted.

The server name string is a bit odd. So fix it as follows.

  Request to reboot server server1
  (ff79e91e-e2a7-4e0f-b4c3-7157676d43c9) has been accepted.

Change-Id: I62df4589dc950f69fdc23eafcbb5792e897cb635
Closes-Bug: #1785495
2018-08-07 15:30:48 +09:00
..
tests Fix server strings in reboot operation 2018-08-07 15:30:48 +09:00
v2 Use jsonutils of oslo.serialization 2018-07-31 13:19:01 +09:00
__init__.py Add support for microversion 2.65 2018-07-18 10:30:51 -04:00
api_versions.py Fix a comment in novaclient/api_versions.py 2018-02-22 16:30:11 +09:00
base.py Refactor the getid method in novaclient/base.py 2018-08-06 01:22:09 +09:00
client.py Fix setting 'global_request_id' in SessionClient 2017-06-13 12:15:39 -04:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Rename --endpoint-override to --os-endpoint-override 2018-07-09 22:02:13 +09:00
utils.py Fix server strings in reboot operation 2018-08-07 15:30:48 +09:00