diff options
author | Jhon Honce <jhonce@redhat.com> | 2015-06-04 09:15:44 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2015-06-04 09:15:44 -0700 |
commit | 73a3673b55e84c255fc13a350a7a6989e6df4bf3 (patch) | |
tree | a1aaccd64d3b3d6d05e23e7dee7fcadd141bf0de | |
parent | 6d4dd9f43d4b5dc747bfff5700d2e7b6a562ba9c (diff) | |
download | openshift-73a3673b55e84c255fc13a350a7a6989e6df4bf3.tar.gz openshift-73a3673b55e84c255fc13a350a7a6989e6df4bf3.tar.bz2 openshift-73a3673b55e84c255fc13a350a7a6989e6df4bf3.tar.xz openshift-73a3673b55e84c255fc13a350a7a6989e6df4bf3.zip |
* Update defaults and examples to track core concepts guide
-rwxr-xr-x | bin/cluster | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cluster b/bin/cluster index 0a6ee7ec4..bf8198de9 100755 --- a/bin/cluster +++ b/bin/cluster @@ -188,12 +188,12 @@ if __name__ == '__main__': Reads ~/.openshift-ansible for default configuration items [DEFAULT] validate_cluster_ids = False - cluster_ids = production,stage,integration + cluster_ids = marketing,sales providers = gce,aws,libvirt """ environment = ConfigParser.SafeConfigParser({ - 'cluster_ids': 'prod,stg,int', + 'cluster_ids': 'marketing,sales', 'validate_cluster_ids': 'False', 'providers': 'gce,aws,libvirt', }) |