redhat-openstack / openshift-on-openstack

A place to write templates, docs etc. for deploying OpenShift on OpenStack.
Apache License 2.0
136 stars 87 forks source link

Should be able to opt-out of running docker-storage-setup #288

Open jeremyeder opened 8 years ago

jeremyeder commented 8 years ago

We use pre-built VM images that have storage already configured and images pre-pulled. Running docker-storage-setup again causes the installation to fail. Can you create a new knob docker_storage_setup: False to make it clean to opt-out? As you know right now we've just got it commented out in a few places.