diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-04-25 11:41:48 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-04-25 11:41:48 -0400 |
commit | 7d36acbb53ab74d43539baca9a2e2b924778e960 (patch) | |
tree | b5f4ce38e57f9f994fc5a21cefa2a97a0a6053ad /openshift-ansible.spec | |
parent | 70162f1ddcc23376fa8fd9ed79fda9632655a526 (diff) | |
parent | d1fc1486e35b91293d69fe6d5da274ef7f5f67ea (diff) | |
download | openshift-7d36acbb53ab74d43539baca9a2e2b924778e960.tar.gz openshift-7d36acbb53ab74d43539baca9a2e2b924778e960.tar.bz2 openshift-7d36acbb53ab74d43539baca9a2e2b924778e960.tar.xz openshift-7d36acbb53ab74d43539baca9a2e2b924778e960.zip |
Merge pull request #1796 from donovanmuller/master
Rename openshift_node_dnsmasq to openshift_use_dnsmasq where applicable
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 2 |
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) |