diff options
| author | Zuul <zuul@review.openstack.org> | 2018-07-25 00:52:39 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-07-25 00:52:39 +0000 |
| commit | e78a2e7b0937c69ca5dfbbe0f0d2117fc13195a1 (patch) | |
| tree | e3fb2cfd2acb0209da1b5eff330a504482fe17f3 /openstackclient/compute/v2 | |
| parent | d838c696059719d285d431e3d47bc018c93b2ea5 (diff) | |
| parent | fc76db0def66df5bbbc1dc67231b11a531d279fc (diff) | |
| download | python-openstackclient-e78a2e7b0937c69ca5dfbbe0f0d2117fc13195a1.tar.gz | |
Merge "compute: host: expand kwargs in host_set() call"
Diffstat (limited to 'openstackclient/compute/v2')
| -rw-r--r-- | openstackclient/compute/v2/host.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/host.py b/openstackclient/compute/v2/host.py index 9fdfd927..07c92a8c 100644 --- a/openstackclient/compute/v2/host.py +++ b/openstackclient/compute/v2/host.py @@ -97,7 +97,7 @@ class SetHost(command.Command): compute_client.api.host_set( parsed_args.host, - kwargs + **kwargs ) |
