python-openstackclient/openstackclient
Matt Riedemann 56b3467549 Use Server.to_dict() rather than Server._info
There is a to_dict() method on the Server object from
python-novaclient which makes a deepcopy of the internal
Server._info - use this instead of accessing the _info
attribute directly.

Also, while in here, fixed a typo in _prep_server_detail.

Change-Id: I679b4489c815f8a54368ef6b23b9f77e75b4d0bc
2018-06-08 11:13:40 -04:00
..
api Re-implement novaclient bits removed in 10.0 2018-03-13 09:10:45 -05:00
common Merge "Fix limits show command without Nova and Cinder" 2018-04-23 09:49:35 +00:00
compute Use Server.to_dict() rather than Server._info 2018-06-08 11:13:40 -04:00
identity Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
image Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Allow setting network-segment on subnet update 2018-06-06 11:56:39 +02:00
object Allow objects to be streamed to stdout 2017-07-05 20:08:18 -03:00
tests Allow setting network-segment on subnet update 2018-06-06 11:56:39 +02:00
volume Update help text for encryption provider 2018-02-23 16:26:39 -05:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Useless line of code in shell.py 2017-09-08 06:28:15 +00:00