Pavlo Shchelokovskyy 4592d2c78f Fix server evacuate command
I don't think it has ever worked in fact..

The server.evacuate() in novaclient returns not a Server() instance,
but a TupleWithMeta() object, that has no .to_dict() method [0]
used in _prep_server_detail() function.

[0] https://review.opendev.org/c/openstack/python-novaclient/+/276639

Change-Id: I22f9ac072eb1b0bfd1263a256e9bea4500c03290
Story: 2010204
Task: 45928
2022-09-30 11:04:45 +00:00
..
2020-10-07 02:15:25 +00:00
2022-05-16 09:36:14 +00:00
2022-09-30 11:04:45 +00:00
2021-10-26 15:53:51 +02:00
2022-06-30 11:51:33 +01:00
2018-04-15 12:23:06 +09:00
2017-03-21 17:23:09 +08:00
2020-10-07 02:15:25 +00:00