From 73a3673b55e84c255fc13a350a7a6989e6df4bf3 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Thu, 4 Jun 2015 09:15:44 -0700 Subject: * Update defaults and examples to track core concepts guide --- bin/cluster | 4 ++-- 1 file 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', }) -- cgit v1.2.3