]> xenbits.xensource.com Git - openstack/ci-loop-config.git/commitdiff
Move authentication credentials to cloud.yaml
authorBob Ball <bob.ball@citrix.com>
Thu, 11 Feb 2016 18:07:25 +0000 (18:07 +0000)
committerBob Ball <bob.ball@citrix.com>
Thu, 11 Feb 2016 18:07:25 +0000 (18:07 +0000)
nodepool/nodepool.yaml

index b43e59f6e3e1f39b51b68dc4f52c520265623724..21936e0647c71477eea1fa04c31345b89476d22f 100644 (file)
@@ -32,13 +32,10 @@ labels:
 
 providers:
   - name: rax-iad
+    cloud: rax
     region-name: 'IAD'
     service-type: 'compute'
     service-name: 'cloudServersOpenStack'
-    username: '<%= provider_username %>'
-    password: '<%= provider_password %>'
-    project-id: '874240'
-    auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
     boot-timeout: 600
     max-servers: 5
     rate: 10.0
@@ -60,6 +57,7 @@ providers:
         meta:
             xenapi_use_agent: 'false'
 #  - name: rax-ord
+#    cloud: rax
 #    region-name: 'ORD'
 #    username: '<%= provider_username %>'
 #    password: '<%= provider_password %>'