Просмотр исходного кода

* Update defaults and examples to track core concepts guide

Jhon Honce 9 лет назад
Родитель
Сommit
73a3673b55
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bin/cluster

+ 2 - 2
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',
     })