summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/ansible/oc_scale.py
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-01-23 17:09:19 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-01-25 14:19:08 -0500
commit6beef83cd9c2d76c0b4bdff1208d64a41d17818e (patch)
tree0901bdd2941cafe84593cd037f7659ed2a92f2cc /roles/lib_openshift/src/ansible/oc_scale.py
parent9b7a409745abae6a837ff1e177e5220bcac4d938 (diff)
downloadopenshift-6beef83cd9c2d76c0b4bdff1208d64a41d17818e.tar.gz
openshift-6beef83cd9c2d76c0b4bdff1208d64a41d17818e.tar.bz2
openshift-6beef83cd9c2d76c0b4bdff1208d64a41d17818e.tar.xz
openshift-6beef83cd9c2d76c0b4bdff1208d64a41d17818e.zip
Adding integration test for oc_scale.
Diffstat (limited to 'roles/lib_openshift/src/ansible/oc_scale.py')
-rw-r--r--roles/lib_openshift/src/ansible/oc_scale.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lib_openshift/src/ansible/oc_scale.py b/roles/lib_openshift/src/ansible/oc_scale.py
index 58f5c2ee3..57f9902d6 100644
--- a/roles/lib_openshift/src/ansible/oc_scale.py
+++ b/roles/lib_openshift/src/ansible/oc_scale.py
@@ -18,7 +18,7 @@ def main():
),
supports_check_mode=True,
)
- rval = OCScale.run_ansible(params, module.check_mode)
+ rval = OCScale.run_ansible(module.params, module.check_mode)
if 'failed' in rval:
module.fail_json(**rval)