diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-19 14:24:00 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-29 12:21:38 -0400 |
commit | b60e949da09a024b85366add7c7a26276b635093 (patch) | |
tree | 64c5621f9ec2a41f524f639c38504dc57bc2a7cf /README_vagrant.md | |
parent | 82126ed401be4f7272c4f896dfef299828c660f6 (diff) | |
download | openshift-b60e949da09a024b85366add7c7a26276b635093.tar.gz openshift-b60e949da09a024b85366add7c7a26276b635093.tar.bz2 openshift-b60e949da09a024b85366add7c7a26276b635093.tar.xz openshift-b60e949da09a024b85366add7c7a26276b635093.zip |
fix up variable references remove "online" support from bin/cluster
Diffstat (limited to 'README_vagrant.md')
-rw-r--r-- | README_vagrant.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_vagrant.md b/README_vagrant.md index a0bb0afbb..bda474f14 100644 --- a/README_vagrant.md +++ b/README_vagrant.md @@ -42,7 +42,7 @@ vagrant provision Environment Variables --------------------- The following environment variables can be overriden: -- ``OPENSHIFT_DEPLOYMENT_TYPE`` (defaults to origin, choices: origin, enterprise, online) +- ``OPENSHIFT_DEPLOYMENT_TYPE`` (defaults to origin, choices: origin, openshift-enterprise) - ``OPENSHIFT_NUM_NODES`` (the number of nodes to create, defaults to 2) Note that if ``OPENSHIFT_DEPLOYMENT_TYPE`` is ``enterprise`` you should also specify environment variables related to ``subscription-manager`` which are used by the ``rhel_subscribe`` role: |