openstack-python-openstackc.../openstackclient/tests/unit/compute
Benoît Knecht fc76db0def compute: host: expand kwargs in host_set() call
`host_set()` expects `status` and `maintenance_mode` as keyword
arguments, but in `SetHost.take_action()`, it is called without
expanding the keyword arguments.

So it's called as

```
host_set(host, {'status': 'enable'})
```

instead of

```
host_set(host, status='enable')
```

Change-Id: If0b37ac60091161a892bfc694fce31a988f66005
Task: 23023
2018-07-20 10:37:34 +02:00
..
v2 compute: host: expand kwargs in host_set() call 2018-07-20 10:37:34 +02:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00