diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-10-31 12:04:23 -0400 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-10-31 12:04:23 -0400 |
commit | df5aa81c6f85e6f67baa7a248c41a03e56b2c450 (patch) | |
tree | b1908ff1207f02d3834f062b24242b1e213fd77c /inventory | |
parent | 826455338b15c82cee16656b90e4689cf1b9a165 (diff) | |
download | openshift-df5aa81c6f85e6f67baa7a248c41a03e56b2c450.tar.gz openshift-df5aa81c6f85e6f67baa7a248c41a03e56b2c450.tar.bz2 openshift-df5aa81c6f85e6f67baa7a248c41a03e56b2c450.tar.xz openshift-df5aa81c6f85e6f67baa7a248c41a03e56b2c450.zip |
Remove unused osm_controller_lease_ttl
This variable is no longer used and references
should be removed.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1507449
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 75ddf8e10..8a2d07cec 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -310,9 +310,6 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_master_cluster_hostname=openshift-ansible.test.example.com #openshift_master_cluster_public_hostname=openshift-ansible.test.example.com -# Override the default controller lease ttl -#osm_controller_lease_ttl=30 - # Configure controller arguments #osm_controller_args={'resource-quota-sync-period': ['10s']} |