openstack-python-openstackc.../openstackclient
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 Merge "Fix limits show command without Nova and Cinder" 2018-04-23 09:49:35 +00: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
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Merge "Make Profile fallback go bye-bye" 2018-07-10 14:21:48 +00:00
object Allow objects to be streamed to stdout 2017-07-05 20:08:18 -03:00
tests compute: host: expand kwargs in host_set() call 2018-07-20 10:37:34 +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