summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorDonovan Muller <donovan@switchbit.io>2016-04-24 12:42:38 +0200
committerDonovan Muller <donovan@switchbit.io>2016-04-24 12:50:42 +0200
commitd1fc1486e35b91293d69fe6d5da274ef7f5f67ea (patch)
treec964291e2efca9cd940ef2f9a9a5fb12545f19f1 /openshift-ansible.spec
parent04b52454275572f9d09e76c6ce46bdd60aa46c72 (diff)
downloadopenshift-d1fc1486e35b91293d69fe6d5da274ef7f5f67ea.tar.gz
openshift-d1fc1486e35b91293d69fe6d5da274ef7f5f67ea.tar.bz2
openshift-d1fc1486e35b91293d69fe6d5da274ef7f5f67ea.tar.xz
openshift-d1fc1486e35b91293d69fe6d5da274ef7f5f67ea.zip
As per https://github.com/openshift/openshift-ansible/issues/1795#issuecomment-213873564, renamed openshift_node_dnsmasq to openshift_use_dnsmasq where applicable. Fixes 1795
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 5674a22c5..aa29e9958 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -214,7 +214,7 @@ Atomic OpenShift Utilities includes
- Fix router selector fact migration and match multiple selectors when counting
nodes. (abutcher@redhat.com)
- Fixing the spec for PR 1734 (bleanhar@redhat.com)
-- Add openshift_node_dnsmasq (sdodson@redhat.com)
+- Add openshift_use_dnsmasq (sdodson@redhat.com)
- Promote portal_net to openshift.common, add kube_svc_ip (sdodson@redhat.com)
- Add example inventories to docs, install docs by default (sdodson@redhat.com)
- Fix use of JSON inventory vars with raw booleans. (dgoodwin@redhat.com)