summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/host.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/compute/v2/host.py')
-rw-r--r--openstackclient/compute/v2/host.py2
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
)