diff options
author | Robert van Veelen <rvanveelen@tremorvideo.com> | 2016-02-10 15:47:34 +0000 |
---|---|---|
committer | Robert van Veelen <rvanveelen@tremorvideo.com> | 2016-02-10 15:47:34 +0000 |
commit | 491890380ff509f10d9e2635641874d681eca772 (patch) | |
tree | d067a0c6df10c8173845b1d5d7fe798b98dd66c1 /inventory/byo/hosts.aep.example | |
parent | 0dd276d51c5738533f993c44b39db8a7f2f43dfc (diff) | |
download | openshift-491890380ff509f10d9e2635641874d681eca772.tar.gz openshift-491890380ff509f10d9e2635641874d681eca772.tar.bz2 openshift-491890380ff509f10d9e2635641874d681eca772.tar.xz openshift-491890380ff509f10d9e2635641874d681eca772.zip |
update defaults and examples w/ iscsi plugin
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r-- | inventory/byo/hosts.aep.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index 915a82579..ca625d956 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -142,7 +142,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # default storage plugin dependencies to install, by default the ceph and # glusterfs plugin dependencies will be installed, if available. -#osn_storage_plugin_deps=['ceph','glusterfs'] +#osn_storage_plugin_deps=['ceph','glusterfs','iscsi'] # default selectors for router and registry services # openshift_router_selector='region=infra' |