summaryrefslogtreecommitdiffstats
path: root/utils/src
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2015-12-01 09:43:52 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2015-12-01 09:43:52 -0400
commit098833f05200258259e2fdb59084c07a2472fac0 (patch)
tree0ca1a7bd12725203f2f9a65f5dbb95a13d43f4b9 /utils/src
parentb71c3247f1f762b7b99aa081cd9925ecfa4d31e7 (diff)
downloadopenshift-098833f05200258259e2fdb59084c07a2472fac0.tar.gz
openshift-098833f05200258259e2fdb59084c07a2472fac0.tar.bz2
openshift-098833f05200258259e2fdb59084c07a2472fac0.tar.xz
openshift-098833f05200258259e2fdb59084c07a2472fac0.zip
Cleanup more schedulable typos.
Diffstat (limited to 'utils/src')
-rw-r--r--utils/src/ooinstall/openshift_ansible.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/ooinstall/openshift_ansible.py b/utils/src/ooinstall/openshift_ansible.py
index c5257f1db..e36116cc9 100644
--- a/utils/src/ooinstall/openshift_ansible.py
+++ b/utils/src/ooinstall/openshift_ansible.py
@@ -58,7 +58,7 @@ def generate_inventory(hosts):
base_inventory.write('\n[nodes]\n')
- # TODO: It would be much better to calculate the scheduleability elsewhere
+ # TODO: It would be much better to calculate the schedulability elsewhere
# and store it on the Node object.
if set(nodes) == set(masters):
for node in nodes: