openstack-python-openstackc.../openstackclient/tests/unit
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
..
api Re-implement novaclient bits removed in 10.0 2018-03-13 09:10:45 -05:00
common Fix limits show command without Nova and Cinder 2018-04-03 00:47:00 -07:00
compute compute: host: expand kwargs in host_set() call 2018-07-20 10:37:34 +02:00
identity Fix the role implies list command. 2018-06-24 02:17:02 +02:00
image Add ability to filter image list by tag 2018-06-28 16:17:14 +00:00
integ Fix SDK Connection creation alternative to Profile 2017-12-07 08:10:23 -06:00
network Merge "Network: Add tag support for security group" 2018-06-25 15:16:05 +00:00
object Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
volume Fix limits show command without Nova and Cinder 2018-04-03 00:47:00 -07:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Adding api_version to FakeApp 2018-06-24 03:47:23 +00:00
test_shell.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
utils.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00