openstack-python-openstackc.../openstackclient/tests
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
..
functional Slow down and retry aggregate create/delete to lessen race 2018-07-06 13:15:59 -05:00
unit compute: host: expand kwargs in host_set() call 2018-07-20 10:37:34 +02:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00