summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.origin.example
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 15:41:30 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 15:41:30 -0500
commit777fd8b3b964e3780660f733d7539a6e86ed3b66 (patch)
tree5245a356c6fdd6ea0d5ccebf1122c286bb232059 /inventory/byo/hosts.origin.example
parent5678a61006be9f6b72d7a94131006e309d414ea0 (diff)
parent2419624b7aa8b626bf537ef106af9836aefa5035 (diff)
downloadopenshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.tar.gz
openshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.tar.bz2
openshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.tar.xz
openshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.zip
Merge pull request #1370 from vanveele/iscsi-plugin
add iscsi storage_plugin dependency
Diffstat (limited to 'inventory/byo/hosts.origin.example')
-rw-r--r--inventory/byo/hosts.origin.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 4fe514d97..7eeb9ef37 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -147,7 +147,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'