Return-Path: Delivered-To: apmail-incubator-deltacloud-commits-archive@minotaur.apache.org Received: (qmail 89667 invoked from network); 31 Mar 2011 08:35:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2011 08:35:14 -0000 Received: (qmail 88176 invoked by uid 500); 31 Mar 2011 08:35:13 -0000 Delivered-To: apmail-incubator-deltacloud-commits-archive@incubator.apache.org Received: (qmail 88156 invoked by uid 500); 31 Mar 2011 08:35:13 -0000 Mailing-List: contact deltacloud-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-commits@incubator.apache.org Received: (qmail 88149 invoked by uid 99); 31 Mar 2011 08:35:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 08:35:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 08:35:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 288522388A3B; Thu, 31 Mar 2011 08:34:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1087213 [2/2] - in /incubator/deltacloud/trunk/server: ./ tests/ tests/drivers/rackspace/ tests/rackspace/ tests/rackspace/fixtures/ Date: Thu, 31 Mar 2011 08:34:49 -0000 To: deltacloud-commits@incubator.apache.org From: mfojtik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110331083450.288522388A3B@eris.apache.org> Added: incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e306158847e6efd491e1b51770012a76b010d81a.yml URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e306158847e6efd491e1b51770012a76b010d81a.yml?rev=1087213&view=auto ============================================================================== --- incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e306158847e6efd491e1b51770012a76b010d81a.yml (added) +++ incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e306158847e6efd491e1b51770012a76b010d81a.yml Thu Mar 31 08:34:48 2011 @@ -0,0 +1,75 @@ +--- +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request + method: :get + uri: https://auth.api.rackspacecloud.com:443/v1.0 + body: + headers: + x-auth-user: + - michalfojtik + x-auth-key: + - 1f82168de18f91542834f1e861f37420 + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus + code: 204 + message: No Content + headers: + x-auth-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + content-type: + - application/octet-stream + server: + - Apache/2.2.3 (Mosso Engineering) + date: + - Wed, 30 Mar 2011 13:20:32 GMT + x-cdn-management-url: + - https://cdn2.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + content-length: + - "0" + x-server-management-url: + - https://servers.api.rackspacecloud.com/v1.0/561604 + x-storage-url: + - https://storage101.ord1.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + x-storage-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + body: + http_version: "1.1" +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request + method: :get + uri: https://servers.api.rackspacecloud.com:443/v1.0/561604/servers/719790 + body: + headers: + accept: + - application/json + x-auth-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + user-agent: + - CloudServers Ruby API 0.4.1 + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus + code: 404 + message: Not Found + headers: + x-varnish: + - "432413852" + connection: + - keep-alive + content-type: + - application/json + via: + - 1.1 varnish + server: + - Apache-Coyote/1.1 + date: + - Wed, 30 Mar 2011 13:20:33 GMT + content-length: + - "129" + cache-control: + - no-cache + age: + - "0" + vary: + - Accept, Accept-Encoding, X-Auth-Token + body: "{\"itemNotFound\":{\"message\":\"Not Found\",\"details\":\"com.rackspace.cloud.service.servers.ItemNotFoundFault: Not Found\",\"code\":404}}" + http_version: "1.1" Added: incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e5f1a88e1991237fb416428685888ad232604fa1.yml URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e5f1a88e1991237fb416428685888ad232604fa1.yml?rev=1087213&view=auto ============================================================================== --- incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e5f1a88e1991237fb416428685888ad232604fa1.yml (added) +++ incubator/deltacloud/trunk/server/tests/rackspace/fixtures/e5f1a88e1991237fb416428685888ad232604fa1.yml Thu Mar 31 08:34:48 2011 @@ -0,0 +1,36 @@ +--- +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request + method: :get + uri: https://auth.api.rackspacecloud.com:443/v1.0 + body: + headers: + x-auth-user: + - michalfojtik + x-auth-key: + - 1f82168de18f91542834f1e861f37420 + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus + code: 204 + message: No Content + headers: + x-auth-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + content-type: + - application/octet-stream + server: + - Apache/2.2.3 (Mosso Engineering) + date: + - Wed, 30 Mar 2011 13:18:31 GMT + x-cdn-management-url: + - https://cdn2.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + content-length: + - "0" + x-server-management-url: + - https://servers.api.rackspacecloud.com/v1.0/561604 + x-storage-url: + - https://storage101.ord1.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + x-storage-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + body: + http_version: "1.1" Added: incubator/deltacloud/trunk/server/tests/rackspace/fixtures/eff069c1da23b5e703dc9894dbb9186a6c3fd8d2.yml URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/tests/rackspace/fixtures/eff069c1da23b5e703dc9894dbb9186a6c3fd8d2.yml?rev=1087213&view=auto ============================================================================== --- incubator/deltacloud/trunk/server/tests/rackspace/fixtures/eff069c1da23b5e703dc9894dbb9186a6c3fd8d2.yml (added) +++ incubator/deltacloud/trunk/server/tests/rackspace/fixtures/eff069c1da23b5e703dc9894dbb9186a6c3fd8d2.yml Thu Mar 31 08:34:48 2011 @@ -0,0 +1,79 @@ +--- +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request + method: :get + uri: https://auth.api.rackspacecloud.com:443/v1.0 + body: + headers: + x-auth-user: + - michalfojtik + x-auth-key: + - 1f82168de18f91542834f1e861f37420 + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus + code: 204 + message: No Content + headers: + x-auth-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + content-type: + - application/octet-stream + server: + - Apache/2.2.3 (Mosso Engineering) + date: + - Wed, 30 Mar 2011 13:18:33 GMT + x-cdn-management-url: + - https://cdn2.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + content-length: + - "0" + x-server-management-url: + - https://servers.api.rackspacecloud.com/v1.0/561604 + x-storage-url: + - https://storage101.ord1.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + x-storage-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + body: + http_version: "1.1" +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request + method: :get + uri: https://servers.api.rackspacecloud.com:443/v1.0/561604/flavors/detail + body: + headers: + accept: + - application/json + x-auth-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + user-agent: + - CloudServers Ruby API 0.4.1 + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus + code: 203 + message: OK + headers: + last-modified: + - Tue, 18 Mar 2008 17:54:15 GMT + x-varnish: + - 432397912 432381490 + connection: + - keep-alive + content-type: + - application/json + via: + - 1.1 varnish + server: + - Apache-Coyote/1.1 + date: + - Wed, 30 Mar 2011 13:18:34 GMT + content-length: + - "368" + cache-control: + - s-maxage=1800 + age: + - "496" + vary: + - Accept, Accept-Encoding, X-Auth-Token + x-purge-key: + - /flavors + body: "{\"flavors\":[{\"id\":1,\"ram\":256,\"disk\":10,\"name\":\"256 server\"},{\"id\":2,\"ram\":512,\"disk\":20,\"name\":\"512 server\"},{\"id\":3,\"ram\":1024,\"disk\":40,\"name\":\"1GB server\"},{\"id\":4,\"ram\":2048,\"disk\":80,\"name\":\"2GB server\"},{\"id\":5,\"ram\":4096,\"disk\":160,\"name\":\"4GB server\"},{\"id\":6,\"ram\":8192,\"disk\":320,\"name\":\"8GB server\"},{\"id\":7,\"ram\":15872,\"disk\":620,\"name\":\"15.5GB server\"}]}" + http_version: "1.1" Added: incubator/deltacloud/trunk/server/tests/rackspace/fixtures/f2349b91a95d0d93889416e7fc17f2187140247b.yml URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/tests/rackspace/fixtures/f2349b91a95d0d93889416e7fc17f2187140247b.yml?rev=1087213&view=auto ============================================================================== --- incubator/deltacloud/trunk/server/tests/rackspace/fixtures/f2349b91a95d0d93889416e7fc17f2187140247b.yml (added) +++ incubator/deltacloud/trunk/server/tests/rackspace/fixtures/f2349b91a95d0d93889416e7fc17f2187140247b.yml Thu Mar 31 08:34:48 2011 @@ -0,0 +1,79 @@ +--- +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request + method: :get + uri: https://auth.api.rackspacecloud.com:443/v1.0 + body: + headers: + x-auth-user: + - michalfojtik + x-auth-key: + - 1f82168de18f91542834f1e861f37420 + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus + code: 204 + message: No Content + headers: + x-auth-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + content-type: + - application/octet-stream + server: + - Apache/2.2.3 (Mosso Engineering) + date: + - Wed, 30 Mar 2011 13:19:40 GMT + x-cdn-management-url: + - https://cdn2.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + content-length: + - "0" + x-server-management-url: + - https://servers.api.rackspacecloud.com/v1.0/561604 + x-storage-url: + - https://storage101.ord1.clouddrive.com/v1/MossoCloudFS_317909a7-4980-462e-b37c-42da54393ba5 + x-storage-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + body: + http_version: "1.1" +- !ruby/struct:VCR::HTTPInteraction + request: !ruby/struct:VCR::Request + method: :get + uri: https://servers.api.rackspacecloud.com:443/v1.0/561604/servers/719790 + body: + headers: + accept: + - application/json + x-auth-token: + - 04301cb7-242b-4277-8735-2b81a227fd50 + user-agent: + - CloudServers Ruby API 0.4.1 + response: !ruby/struct:VCR::Response + status: !ruby/struct:VCR::ResponseStatus + code: 200 + message: OK + headers: + last-modified: + - Wed, 30 Mar 2011 13:19:33 GMT + x-varnish: + - "432406842" + connection: + - keep-alive + content-type: + - application/json + via: + - 1.1 varnish + server: + - Apache-Coyote/1.1 + date: + - Wed, 30 Mar 2011 13:19:42 GMT + content-length: + - "243" + cache-control: + - s-maxage=1800 + age: + - "0" + vary: + - Accept, Accept-Encoding, X-Auth-Token + x-purge-key: + - /561604/servers/719790 + body: "{\"server\":{\"progress\":100,\"id\":719790,\"imageId\":71,\"flavorId\":2,\"status\":\"ACTIVE\",\"name\":\"WedMar3015184902002011\",\"hostId\":\"e714c2314598ddf91387d2a3099dc0bb\",\"addresses\":{\"public\":[\"50.56.107.228\"],\"private\":[\"10.181.184.204\"]},\"metadata\":{}}}" + http_version: "1.1"