You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2014/12/23 05:26:36 UTC

[12/51] [partial] stratos git commit: dropping jclouds 1.8.0 clone

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/address_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/address_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/address_list.json
deleted file mode 100644
index cbfa9d5..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/address_list.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
-    "kind": "compute#addressList",
-    "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/addresses",
-    "id": "projects/myproject/regions/us-central1/addresses",
-    "items": [
-        {
-
-            "kind": "compute#address",
-            "id": "4439373783165447583",
-            "creationTimestamp": "2013-07-26T13:57:20.204-07:00",
-            "status": "RESERVED",
-            "region": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1",
-            "name": "test-ip1",
-            "description": "",
-            "address": "173.255.115.190",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/addresses/test-ip1"
-        },
-        {
-
-            "kind": "compute#address",
-            "id": "4881363978908129158",
-            "creationTimestamp": "2013-07-26T14:08:21.552-07:00",
-            "status": "RESERVED",
-            "region": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1",
-            "name": "test-ip2",
-            "description": "",
-            "address": "173.255.118.115",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/addresses/test-ip2"
-        }
-    ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_create_snapshot.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_create_snapshot.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_create_snapshot.json
deleted file mode 100644
index 6499744..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_create_snapshot.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"test-snap"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_get.json
deleted file mode 100644
index 88ddd54..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_get.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-   "kind": "compute#disk",
-   "id": "13050421646334304115",
-   "creationTimestamp": "2012-11-25T01:38:48.306",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/testimage1",
-   "name": "testimage1",
-   "sizeGb": "1",
-   "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a",
-   "status": "READY"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_insert.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_insert.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_insert.json
deleted file mode 100644
index 8699cdd..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_insert.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"testimage1","sizeGb":1}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_list.json
deleted file mode 100644
index bdca33d..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/disk_list.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-   "kind": "compute#diskList",
-   "id": "projects/myproject/zones/us-central1-a/disks",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks",
-   "items": [
-      {
-         "kind": "compute#disk",
-         "id": "13050421646334304115",
-         "creationTimestamp": "2012-11-25T01:38:48.306",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/testimage1",
-         "name": "testimage1",
-         "sizeGb": "1",
-         "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a",
-         "status": "READY"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_get.json
deleted file mode 100644
index 74ced74..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_get.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-
-   "kind": "compute#firewall",
-   "id": "12862241031274216284",
-   "creationTimestamp": "2012-04-13T03:05:02.855",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/firewalls/jclouds-test",
-   "name": "jclouds-test",
-   "description": "Internal traffic from default allowed",
-   "network": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/jclouds-test",
-   "sourceRanges": [
-      "10.0.0.0/8"
-   ],
-   "allowed": [
-      {
-         "IPProtocol": "tcp",
-         "ports": [
-            "1-65535"
-         ]
-      },
-      {
-         "IPProtocol": "udp",
-         "ports": [
-            "1-65535"
-         ]
-      },
-      {
-         "IPProtocol": "icmp"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_insert.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_insert.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_insert.json
deleted file mode 100644
index fabe1bd..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_insert.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"%s","network":"https://www.googleapis.com/compute/v1/projects/myproject/global/networks/%s","sourceRanges":[%s],"sourceTags":[%s],"targetTags":[%s],"allowed":[{"IPProtocol":"tcp","ports":[%s]}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_list.json
deleted file mode 100644
index ab7d0b7..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/firewall_list.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
-   "kind": "compute#firewallList",
-   "id": "projects/google/firewalls",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/google/global/firewalls",
-   "items": [
-      {
-
-         "kind": "compute#firewall",
-         "id": "12862241031274216284",
-         "creationTimestamp": "2012-04-13T03:05:02.855",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/firewalls/jclouds-test",
-         "name": "jclouds-test",
-         "description": "Internal traffic from default allowed",
-         "network": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/jclouds-test",
-         "sourceRanges": [
-            "10.0.0.0/8"
-         ],
-         "allowed": [
-            {
-               "IPProtocol": "tcp",
-               "ports": [
-                  "1-65535"
-               ]
-            },
-            {
-               "IPProtocol": "udp",
-               "ports": [
-                  "1-65535"
-               ]
-            },
-            {
-               "IPProtocol": "icmp"
-            }
-         ]
-      },
-      {
-
-         "kind": "compute#firewall",
-         "id": "12862241067393040785",
-         "creationTimestamp": "2012-04-13T03:05:04.365",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/google/global/firewalls/default-ssh",
-         "name": "default-ssh",
-         "description": "SSH allowed from anywhere",
-         "network": "https://www.googleapis.com/compute/v1/projects/google/global/networks/default",
-         "sourceRanges": [
-            "0.0.0.0/0"
-         ],
-         "allowed": [
-            {
-               "IPProtocol": "tcp",
-               "ports": [
-                  "22"
-               ]
-            }
-         ]
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation.json
deleted file mode 100644
index 17d77483..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-   "kind": "compute#operation",
-   "id": "13053095055850848306",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/firewalls/jclouds-test-delete",
-   "targetId": "13053094017547040099",
-   "status": "DONE",
-   "user": "user@developer.gserviceaccount.com",
-   "progress": 100,
-   "insertTime": "2012-11-28T06:41:05.060",
-   "startTime": "2012-11-28T06:41:05.142",
-   "endTime": "2012-11-28T06:41:06.142",
-   "operationType": "insert"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation_list.json
deleted file mode 100644
index 32b881a..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/global_operation_list.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-   "kind": "compute#operationList",
-   "id": "projects/myproject/global/operations",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/operations",
-   "items": [
-      {
-         "kind": "compute#operation",
-         "id": "13053095055850848306",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/firewalls/jclouds-test-delete",
-         "targetId": "13053094017547040099",
-         "status": "DONE",
-         "user": "user@developer.gserviceaccount.com",
-         "progress": 100,
-         "insertTime": "2012-11-28T06:41:05.060",
-         "startTime": "2012-11-28T06:41:05.142",
-         "endTime": "2012-11-28T06:41:06.142",
-         "operationType": "insert"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_get.json
deleted file mode 100644
index 23cb0d2..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_get.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-   "kind": "compute#image",
-   "id": "12941197498378735318",
-   "creationTimestamp": "2012-07-16T22:16:13.468",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-2-v20120326",
-   "name": "centos-6-2-v20120326",
-   "description": "DEPRECATED. CentOS 6.2 image; Created Mon, 26 Mar 2012 21:19:09 +0000",
-   "sourceType": "RAW",
-   "rawDisk": {
-      "source": "",
-      "containerType": "TAR"
-   }
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_insert.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_insert.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_insert.json
deleted file mode 100644
index fd030a7..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_insert.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{"sourceType": "RAW", "rawDisk": {
-   "source": "https://storage.googleapis.com/mybuket/myimage.image.tar.gz",
-   "containerType": "TAR"
-}, "kind": "compute#image", "name": "myimage"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list.json
deleted file mode 100644
index 6010f5a..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-   "kind": "compute#imageList",
-   "id": "projects/centos-cloud/global/images",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images",
-   "items": [
-      {
-         "kind": "compute#image",
-         "id": "12941197498378735318",
-         "creationTimestamp": "2012-07-16T22:16:13.468",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-2-v20120326",
-         "name": "centos-6-2-v20120326",
-         "description": "DEPRECATED. CentOS 6.2 image; Created Mon, 26 Mar 2012 21:19:09 +0000",
-         "sourceType": "RAW",
-         "deprecated": {
-            "state": "DEPRECATED",
-            "replacement": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-v20130104"
-         },
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      }
-   ]
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_empty.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_empty.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_empty.json
deleted file mode 100644
index f082e08..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_empty.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-   "kind": "compute#imageList",
-   "id": "projects/debian-cloud/global/images",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images",
-   "items": [ ]
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_1.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_1.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_1.json
deleted file mode 100644
index 3ffcfd5..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_1.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
-   "kind": "compute#imageList",
-   "id": "projects/centos-cloud/global/images",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images",
-   "nextPageToken": "CgVJTUFHRRIbZ29vZ2xlLmNlbnRvcy02LTItdjIwMTIwNjIx",
-   "items": [
-      {
-         "kind": "compute#image",
-         "id": "12941197498378735318",
-         "creationTimestamp": "2012-07-16T15:16:13.468-07:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-2-v20120326",
-         "name": "centos-6-2-v20120326",
-         "description": "DEPRECATED. CentOS 6.2 image; Created Mon, 26 Mar 2012 21:19:09 +0000",
-         "sourceType": "RAW",
-         "deprecated": {
-            "state": "DELETED",
-            "replacement": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-v20130104"
-         },
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      },
-      {
-         "kind": "compute#image",
-         "id": "12894486577628239762",
-         "creationTimestamp": "2012-05-21T13:15:37.215-07:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-2-v20120503",
-         "name": "centos-6-2-v20120503",
-         "description": "CentOS 6.2; Created Wed, 09 May 2012 11:55:54 +0000",
-         "sourceType": "RAW",
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      },
-      {
-         "kind": "compute#image",
-         "id": "12917726455664967299",
-         "creationTimestamp": "2012-06-18T11:05:30.664-07:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-2-v20120611",
-         "name": "centos-6-2-v20120611",
-         "description": "CentOS 6.2; Created Mon, 11 Jun 2012 13:15:44 +0000",
-         "sourceType": "RAW",
-         "deprecated": {
-            "state": "DEPRECATED",
-            "replacement": "https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-7-wheezy-20130509"
-         },
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      }
-   ]
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_2.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_2.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_2.json
deleted file mode 100644
index b7b736a..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_multiple_page_2.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
-   "kind": "compute#imageList",
-   "id": "projects/centos-cloud/global/images",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images",
-   "nextPageToken": "CgVJTUFHRRIbZ29vZ2xlLmdjZWwtMTAtMDQtdjIwMTIxMTA2",
-   "items": [
-      {
-         "kind": "compute#image",
-         "id": "12920641029336858796",
-         "creationTimestamp": "2012-06-21T22:59:56.392-07:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-2-v20120621",
-         "name": "centos-6-2-v20120621",
-         "description": "CentOS 6.2; Created Thu, 21 Jun 2012 14:22:21 +0000",
-         "sourceType": "RAW",
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      },
-      {
-         "kind": "compute#image",
-         "id": "12994279803511049620",
-         "creationTimestamp": "2012-09-18T08:52:47.584-07:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-v20120912",
-         "name": "centos-6-v20120912",
-         "description": "CentOS 6; Created Wed, 12 Sep 2012 00:00:00 +0000",
-         "sourceType": "RAW",
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      },
-      {
-         "kind": "compute#image",
-         "id": "13037720516378381209",
-         "creationTimestamp": "2012-11-09T11:40:41.079-08:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/centos-6-v20121106",
-         "name": "centos-6-v20121106",
-         "description": "SCSI-enabled CentOS 6; Created Tue, 06 Nov 2012 00:00:00 +0000",
-         "sourceType": "RAW",
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      }
-   ]
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_single_page.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_single_page.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_single_page.json
deleted file mode 100644
index 4136f46..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/image_list_single_page.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
-   "kind": "compute#imageList",
-   "id": "projects/centos-cloud/global/images",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images",
-   "items": [
-      {
-         "kind": "compute#image",
-         "id": "13037722963789596520",
-         "creationTimestamp": "2012-11-09T11:43:28.749-08:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/gcel-10-04-v20121106",
-         "name": "gcel-10-04-v20121106",
-         "description": "SCSI-enabled GCEL 10.04 LTS; Created Tue, 06 Nov 2012 00:00:00 +0000",
-         "sourceType": "RAW",
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      },
-      {
-         "kind": "compute#image",
-         "id": "13037721421359523565",
-         "creationTimestamp": "2012-11-09T11:40:51.994-08:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/gcel-12-04-v20121106",
-         "name": "gcel-12-04-v20121106",
-         "description": "SCSI-enabled GCEL 12.04 LTS; Created Tue, 06 Nov 2012 00:00:00 +0000",
-         "sourceType": "RAW",
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      },
-      {
-         "kind": "compute#image",
-         "id": "12941198995845323366",
-         "creationTimestamp": "2012-07-16T15:18:50.405-07:00",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/ubuntu-10-04-v20110728",
-         "name": "ubuntu-10-04-v20110728",
-         "description": "DEPRECATED. GCEL 10.04 LTS; Created Thu, 28 Jul 2011 16:45:51 +0000",
-         "sourceType": "RAW",
-         "deprecated": {
-            "state": "DELETED",
-            "replacement": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/gcel-10-04-v20130104"
-         },
-         "rawDisk": {
-            "source": "",
-            "containerType": "TAR"
-         }
-      }
-   ]
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_add_access_config.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_add_access_config.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_add_access_config.json
deleted file mode 100644
index fe4fcf0..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_add_access_config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-POST https://www.googleapis.com/compute/v1/projects/jclouds-gce/zones/us-central1-a/instances/test-instance/addAccessConfig?network_interface=nic0&key={YOUR_API_KEY}
-
-Content-Type:  application/json
-Authorization:  Bearer ya29.AHES6ZRyNKVHwnMPUvZitAuA8mR8b0lcWh1bMI5UQ5bgsJ4j
-X-JavaScript-User-Agent:  Google APIs Explorer
-
-{
-"name": "config1",
-"natIP": "10.0.1.1",
-"type": "ONE_TO_ONE_NAT"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_attach_disk.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_attach_disk.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_attach_disk.json
deleted file mode 100644
index 8fc35bc..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_attach_disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-    "type": "PERSISTENT",
-    "mode": "READ_ONLY",
-    "source": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/testimage1",
-    "boot": false
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_get.json
deleted file mode 100644
index c38ae77..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_get.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
-   "kind": "compute#instance",
-   "id": "13051190678907570425",
-   "description": "desc",
-   "creationTimestamp": "2012-11-25T23:48:20.758",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/test-0",
-   "name": "test-0",
-   "machineType": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/n1-standard-1",
-   "status": "RUNNING",
-   "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a",
-   "networkInterfaces": [
-      {
-         "kind": "compute#instanceNetworkInterface",
-         "name": "nic0",
-         "networkIP": "10.240.121.115",
-         "network": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default"
-      }
-   ],
-   "disks": [
-      {
-         "kind": "compute#instanceDisk",
-         "type": "PERSISTENT",
-         "mode": "READ_WRITE",
-         "deviceName": "test",
-         "source": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/test",
-         "index": 0,
-         "boot": true
-      }
-   ],
-   "serviceAccounts": [
-      {
-         "kind": "compute#serviceAccount",
-         "email": "default",
-         "scopes": [
-            "myscope"
-         ]
-      }
-   ],
-   "metadata": {
-      "items": [
-         {
-            "key": "aKey",
-            "value": "aValue"
-         },
-         {
-            "key": "jclouds-image",
-            "value": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/gcel-12-04-v20121106"
-         },
-         {
-            "key": "jclouds-delete-boot-disk",
-            "value": "true"
-         }
-      ],
-      "fingerprint": "efgh"
-   },
-   "tags": {
-      "items": [
-         "aTag"
-      ],
-      "fingerprint": "abcd"
-   }
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert.json
deleted file mode 100644
index 0ce3c53..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"test-0","description":"desc","machineType":"https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/n1-standard-1","serviceAccounts":[{"email":"default","scopes":["myscope"]}],"networkInterfaces":[{"network":"https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default","accessConfigs":[{"type":"ONE_TO_ONE_NAT"}]}],"disks":[{"mode":"READ_WRITE","source":"https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/test","deleteOnTerminate":true,"boot":false,"type":"PERSISTENT"}],"metadata":{"kind":"compute#metadata","items":[{"key":"aKey","value":"aValue"}]}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert_simple.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert_simple.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert_simple.json
deleted file mode 100644
index 038e7f8..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_insert_simple.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"test-1","machineType":"https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/n1-standard-1","serviceAccounts":[],"networkInterfaces":[{"network":"https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default","accessConfigs":[]}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list.json
deleted file mode 100644
index 7e9595c..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
-   "kind": "compute#instanceList",
-   "id": "projects/myproject/zones/us-central1-a/instances",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances",
-   "items": [
-      {
-         "kind": "compute#instance",
-         "id": "13051190678907570425",
-         "description": "desc",
-         "creationTimestamp": "2012-11-25T23:48:20.758",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/test-0",
-         "name": "test-0",
-         "machineType": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/n1-standard-1",
-         "status": "RUNNING",
-         "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a",
-         "networkInterfaces": [
-            {
-               "kind": "compute#instanceNetworkInterface",
-               "name": "nic0",
-               "networkIP": "10.240.121.115",
-               "network": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default"
-            }
-         ],
-         "disks": [
-            {
-               "kind": "compute#instanceDisk",
-               "type": "PERSISTENT",
-               "mode": "READ_WRITE",
-               "deviceName": "test",
-               "source": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/test",
-               "index": 0,
-               "boot": true
-            }
-         ],
-         "serviceAccounts": [
-            {
-               "kind": "compute#serviceAccount",
-               "email": "default",
-               "scopes": [
-                  "myscope"
-               ]
-            }
-         ],
-         "metadata": {
-            "items": [
-               {
-                  "key": "aKey",
-                  "value": "aValue"
-               },
-               {
-                  "key": "jclouds-image",
-                  "value": "https://www.googleapis.com/compute/v1/projects/centos-cloud/global/images/gcel-12-04-v20121106"
-               },
-               {
-                  "key": "jclouds-delete-boot-disk",
-                  "value": "true"
-               }
-            ],
-            "fingerprint": "efgh"
-         },
-         "tags": {
-            "items": [
-               "aTag"
-            ],
-            "fingerprint": "abcd"
-         }
-      }
-   ]
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list_central1b_empty.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list_central1b_empty.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list_central1b_empty.json
deleted file mode 100644
index 51c8793..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_list_central1b_empty.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-   "kind": "compute#instanceList",
-   "id": "projects/myproject/zones/us-central1-b/instances",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-b/instances",
-   "items": [ ]
-}

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_serial_port.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_serial_port.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_serial_port.json
deleted file mode 100644
index 03280cc..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_serial_port.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-   "kind": "compute#serialPortOutput",
-   "contents": "console output"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_set_metadata.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_set_metadata.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_set_metadata.json
deleted file mode 100644
index b39e983..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/instance_set_metadata.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-    "items": [
-        {
-            "key": "foo",
-            "value": "bar"
-        }
-    ],
-    "fingerprint": "efgh",
-    "kind": "compute#metadata"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/logback.xml
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/logback.xml b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/logback.xml
deleted file mode 100644
index 864a5a5..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/logback.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<configuration scan="false">
-    <appender name="FILE" class="ch.qos.logback.core.FileAppender">
-        <file>target/test-data/jclouds.log</file>
-
-        <encoder>
-            <Pattern>%d %-5p [%c] [%thread] %m%n</Pattern>
-        </encoder>
-    </appender>
-
-    <appender name="WIREFILE" class="ch.qos.logback.core.FileAppender">
-        <file>target/test-data/jclouds-wire.log</file>
-
-        <encoder>
-            <Pattern>%d %-5p [%c] [%thread] %m%n</Pattern>
-        </encoder>
-    </appender>
-
-    <appender name="COMPUTEFILE" class="ch.qos.logback.core.FileAppender">
-        <file>target/test-data/jclouds-compute.log</file>
-
-        <encoder>
-            <Pattern>%d %-5p [%c] [%thread] %m%n</Pattern>
-        </encoder>
-    </appender>
-
-    <appender name="SSHFILE" class="ch.qos.logback.core.FileAppender">
-        <file>target/test-data/jclouds-ssh.log</file>
-
-        <encoder>
-            <Pattern>%d %-5p [%c] [%thread] %m%n</Pattern>
-        </encoder>
-    </appender>
-
-    <root>
-        <level value="warn" />
-    </root>
-
-    <logger name="org.jclouds">
-        <level value="TRACE" />
-        <appender-ref ref="FILE" />
-    </logger>
-
-    <logger name="jclouds.wire">
-        <level value="TRACE" />
-        <appender-ref ref="WIREFILE" />
-    </logger>
-
-    <logger name="jclouds.headers">
-        <level value="TRACE" />
-        <appender-ref ref="WIREFILE" />
-    </logger>
-
-    <logger name="jclouds.compute">
-        <level value="TRACE" />
-        <appender-ref ref="COMPUTEFILE" />
-    </logger>
-
-    <logger name="jclouds.ssh">
-        <level value="TRACE" />
-        <appender-ref ref="SSHFILE" />
-    </logger>
-
-</configuration>
-

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype.json
deleted file mode 100644
index 01692b3..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-   "kind": "compute#machineType",
-   "id": "12907738072351752276",
-   "creationTimestamp": "2012-06-07T20:48:14.670",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/n1-standard-1",
-   "name": "n1-standard-1",
-   "description": "1 vCPU, 3.75 GB RAM, and a 10 GB ephemeral root disk",
-   "guestCpus": 1,
-   "memoryMb": 3840,
-   "imageSpaceGb": 10,
-   "scratchDisks": [
-      {
-         "diskGb": 1770
-      },
-      {
-         "diskGb": 1770
-      }
-   ],
-   "maximumPersistentDisks": 16,
-   "maximumPersistentDisksSizeGb": "128",
-   "zone": "us-central1-a"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list.json
deleted file mode 100644
index 9acb7e0..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
-   "kind": "compute#machineTypeList",
-   "id": "projects/myproject/machineTypes",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes",
-   "items": [
-       {
-           "kind": "compute#machineType",
-           "id": "4618642685664990776",
-           "creationTimestamp": "2013-04-25T13:32:49.088-07:00",
-           "name": "f1-micro",
-           "description": "1 vCPU (shared physical core) and 0.6 GB RAM",
-           "guestCpus": 1,
-           "memoryMb": 614,
-           "imageSpaceGb": 0,
-           "maximumPersistentDisks": 4,
-           "maximumPersistentDisksSizeGb": "3072",
-           "zone": "us-central1-a",
-           "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/f1-micro"
-       },
-       {
-         "kind": "compute#machineType",
-         "id": "12907738072351752276",
-         "creationTimestamp": "2012-06-07T20:48:14.670",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/n1-standard-1",
-         "name": "n1-standard-1",
-         "description": "1 vCPU, 3.75 GB RAM, and a 10 GB ephemeral root disk",
-         "guestCpus": 1,
-         "memoryMb": 3840,
-         "imageSpaceGb": 10,
-         "maximumPersistentDisks": 16,
-         "maximumPersistentDisksSizeGb": "128",
-         "zone": "us-central1-a"
-      },
-      {
-         "kind": "compute#machineType",
-         "id": "12908560709887590691",
-         "creationTimestamp": "2012-06-07T20:51:19.936",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/machineTypes/n1-standard-8-d",
-         "name": "n1-standard-8-d",
-         "description": "8 vCPUs, 30 GB RAM, a 10 GB ephemeral root disk, and 2 extra 1770 GB ephemeral disks",
-         "guestCpus": 8,
-         "memoryMb": 30720,
-         "imageSpaceGb": 10,
-         "scratchDisks": [
-            {
-               "diskGb": 1770
-            },
-            {
-               "diskGb": 1770
-            }
-         ],
-         "maximumPersistentDisks": 16,
-         "maximumPersistentDisksSizeGb": "1024",
-         "zone": "us-central1-a"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b.json
deleted file mode 100644
index fe5974a..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
-   "kind": "compute#machineTypeList",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/abayer-jclouds-test1/zones/us-central1-b/machineTypes",
-   "id": "projects/abayer-jclouds-test1/zones/us-central1-b/machineTypes",
-   "items": [
-      {
-         "kind": "compute#machineType",
-         "id": "12907738072351752276",
-         "creationTimestamp": "2012-06-07T20:48:14.670",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-b/machineTypes/n1-standard-0",
-         "name": "n1-standard-0",
-         "description": "1 vCPU, 3.75 GB RAM, and a 10 GB ephemeral root disk",
-         "guestCpus": 1,
-         "memoryMb": 3840,
-         "imageSpaceGb": 10,
-         "maximumPersistentDisks": 16,
-         "maximumPersistentDisksSizeGb": "128",
-         "zone": "us-central1-b"
-      },
-      {
-         "kind": "compute#machineType",
-         "id": "12908560709887590691",
-         "creationTimestamp": "2012-06-07T20:51:19.936",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-b/machineTypes/n1-standard-8-d",
-         "name": "n1-standard-8-d",
-         "description": "8 vCPUs, 30 GB RAM, a 10 GB ephemeral root disk, and 2 extra 1770 GB ephemeral disks",
-         "guestCpus": 8,
-         "memoryMb": 30720,
-         "imageSpaceGb": 10,
-         "scratchDisks": [
-            {
-               "diskGb": 1770
-            },
-            {
-               "diskGb": 1770
-            }
-         ],
-         "maximumPersistentDisks": 16,
-         "maximumPersistentDisksSizeGb": "1024",
-         "zone": "us-central1-b"
-      }
-      ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b_empty.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b_empty.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b_empty.json
deleted file mode 100644
index 73fe582..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/machinetype_list_central1b_empty.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-   "kind": "compute#machineTypeList",
-   "id": "projects/myproject/zones/us-central1-b/machineTypes",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-b/machineTypes",
-   "items": []
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/metadata.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/metadata.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/metadata.json
deleted file mode 100644
index 5014270..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/metadata.json
+++ /dev/null
@@ -1 +0,0 @@
-{"kind":"compute#metadata","items":[{"key":"propA","value":"valueA"},{"key":"propB","value":"valueB"}],"fingerprint":"efgh"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_get.json
deleted file mode 100644
index 4a7a9cc..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_get.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-   "kind": "compute#network",
-   "id": "13024414170909937976",
-   "creationTimestamp": "2012-10-24T20:13:19.967",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/networks/jclouds-test",
-   "name": "default",
-   "description": "Default network for the project",
-   "IPv4Range": "10.0.0.0/8",
-   "gatewayIPv4": "10.0.0.1"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_insert.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_insert.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_insert.json
deleted file mode 100644
index 55e8331..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_insert.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"test-network","IPv4Range":"10.0.0.0/8"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_list.json
deleted file mode 100644
index 1d15f6e..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/network_list.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-   "kind": "compute#networkList",
-   "id": "projects/myproject/networks",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/networks",
-   "items": [
-      {
-
-         "kind": "compute#network",
-         "id": "13024414170909937976",
-         "creationTimestamp": "2012-10-24T20:13:19.967",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/networks/jclouds-test",
-         "name": "default",
-         "description": "Default network for the project",
-         "IPv4Range": "10.0.0.0/8",
-         "gatewayIPv4": "10.0.0.1"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation.json
deleted file mode 100644
index 7ca83c8..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-   "kind": "compute#operation",
-   "id": "13053095055850848306",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance",
-   "targetId": "13053094017547040099",
-   "status": "DONE",
-   "user": "user@developer.gserviceaccount.com",
-   "progress": 100,
-   "insertTime": "2012-11-28T06:41:05.060",
-   "startTime": "2012-11-28T06:41:05.142",
-   "endTime": "2012-11-28T06:41:06.142",
-   "operationType": "insert",
-   "region": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1",
-   "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_error.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_error.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_error.json
deleted file mode 100644
index 157f786..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_error.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
-   "kind": "compute#operation",
-   "id": "13053095055850848306",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance",
-   "targetId": "13053094017547040099",
-   "status": "DONE",
-   "user": "user@developer.gserviceaccount.com",
-   "progress": 100,
-   "insertTime": "2012-11-28T06:41:05.060",
-   "startTime": "2012-11-28T06:41:05.142",
-   "httpErrorStatusCode": 400,
-   "httpErrorMessage": "BAD REQUEST",
-   "error": {
-      "errors": [
-         {
-            "code": "RESOURCE_ALREADY_EXISTS",
-            "message": "The resource 'projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance' already exists"
-         }
-      ]
-   },
-   "operationType": "insert",
-   "region": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1",
-   "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_list.json
deleted file mode 100644
index c83980d..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/operation_list.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-   "kind": "compute#operationList",
-   "id": "projects/myproject/operations",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/operations",
-   "items": [
-      {
-         "kind": "compute#operation",
-         "id": "13053095055850848306",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance",
-         "targetId": "13053094017547040099",
-         "status": "DONE",
-         "user": "user@developer.gserviceaccount.com",
-         "progress": 100,
-         "insertTime": "2012-11-28T06:41:05.060",
-         "startTime": "2012-11-28T06:41:05.142",
-         "endTime": "2012-11-28T06:41:06.142",
-         "operationType": "insert",
-         "region": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1",
-         "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/project.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/project.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/project.json
deleted file mode 100644
index c195062..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/project.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
-   "kind": "compute#project",
-   "id": "13024414184846275913",
-   "creationTimestamp": "2012-10-24T20:13:16.252",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject",
-   "name": "myproject",
-   "description": "",
-   "commonInstanceMetadata": {
-      "kind": "compute#metadata",
-      "items": [
-         {
-            "key": "propA",
-            "value": "valueA"
-         },
-         {
-            "key": "propB",
-            "value": "valueB"
-         }
-      ],
-       "fingerprint": "efgh"
-   },
-   "quotas": [
-      {
-         "metric": "INSTANCES",
-         "usage": 0,
-         "limit": 8
-      },
-      {
-         "metric": "CPUS",
-         "usage": 0,
-         "limit": 8
-      },
-      {
-         "metric": "EPHEMERAL_ADDRESSES",
-         "usage": 0,
-         "limit": 8
-      },
-      {
-         "metric": "DISKS",
-         "usage": 0,
-         "limit": 8
-      },
-      {
-         "metric": "DISKS_TOTAL_GB",
-         "usage": 0,
-         "limit": 100
-      },
-      {
-         "metric": "SNAPSHOTS",
-         "usage": 0,
-         "limit": 1000
-      },
-      {
-         "metric": "NETWORKS",
-         "usage": 1,
-         "limit": 5
-      },
-      {
-         "metric": "FIREWALLS",
-         "usage": 2,
-         "limit": 100
-      },
-      {
-         "metric": "IMAGES",
-         "usage": 0,
-         "limit": 100
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/quota.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/quota.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/quota.json
deleted file mode 100644
index b631ab3..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/quota.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-   "metric": "INSTANCES",
-   "usage": 0,
-   "limit": 8
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_get.json
deleted file mode 100644
index 069865d..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_get.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
-    "kind": "compute#region",
-    "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1",
-    "id": "12912210600542709766",
-    "creationTimestamp": "2013-07-08T14:40:37.939-07:00",
-    "name": "us-central1",
-    "description": "us-central1",
-    "status": "UP",
-    "zones": [
-        "https://www.googleapis.com/compute/v1/zones/us-central1-a",
-        "https://www.googleapis.com/compute/v1/zones/us-central1-b"
-    ],
-    "quotas": [
-        {
-            "metric": "INSTANCES",
-            "usage": 0,
-            "limit": 8
-        },
-        {
-            "metric": "CPUS",
-            "usage": 0,
-            "limit": 8
-        },
-        {
-            "metric": "EPHEMERAL_ADDRESSES",
-            "usage": 0,
-            "limit": 8
-        },
-        {
-            "metric": "DISKS",
-            "usage": 0,
-            "limit": 8
-        },
-        {
-            "metric": "DISKS_TOTAL_GB",
-            "usage": 0,
-            "limit": 100
-        },
-        {
-            "metric": "SNAPSHOTS",
-            "usage": 0,
-            "limit": 1000
-        },
-        {
-            "metric": "NETWORKS",
-            "usage": 1,
-            "limit": 5
-        },
-        {
-            "metric": "FIREWALLS",
-            "usage": 2,
-            "limit": 100
-        },
-        {
-            "metric": "IMAGES",
-            "usage": 0,
-            "limit": 100
-        }
-    ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_list.json
deleted file mode 100644
index ae0673e..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_list.json
+++ /dev/null
@@ -1,126 +0,0 @@
-{
-    "kind": "compute#regionList",
-    "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions",
-    "id": "projects/myproject/regions",
-    "items": [
-        {
-            "kind": "compute#region",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1",
-            "id": "12912210600542709766",
-            "creationTimestamp": "2013-07-08T14:40:37.939-07:00",
-            "name": "us-central1",
-            "description": "us-central1",
-            "status": "UP",
-            "zones": [
-                "https://www.googleapis.com/compute/v1/zones/us-central1-a",
-                "https://www.googleapis.com/compute/v1/zones/us-central1-b"
-            ],
-            "quotas": [
-                {
-                    "metric": "INSTANCES",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "CPUS",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "EPHEMERAL_ADDRESSES",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "DISKS",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "DISKS_TOTAL_GB",
-                    "usage": 0,
-                    "limit": 100
-                },
-                {
-                    "metric": "SNAPSHOTS",
-                    "usage": 0,
-                    "limit": 1000
-                },
-                {
-                    "metric": "NETWORKS",
-                    "usage": 1,
-                    "limit": 5
-                },
-                {
-                    "metric": "FIREWALLS",
-                    "usage": 2,
-                    "limit": 100
-                },
-                {
-                    "metric": "IMAGES",
-                    "usage": 0,
-                    "limit": 100
-                }
-            ]
-        },
-        {
-            "kind": "compute#region",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central2",
-            "id": "6396763663251190992",
-            "creationTimestamp": "2013-07-08T14:40:37.939-07:00",
-            "name": "us-central2",
-            "description": "us-central2",
-            "status": "UP",
-            "zones": [
-                "https://www.googleapis.com/compute/v1/zones/us-central2-a"
-            ],
-            "quotas": [
-                {
-                    "metric": "INSTANCES",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "CPUS",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "EPHEMERAL_ADDRESSES",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "DISKS",
-                    "usage": 0,
-                    "limit": 8
-                },
-                {
-                    "metric": "DISKS_TOTAL_GB",
-                    "usage": 0,
-                    "limit": 100
-                },
-                {
-                    "metric": "SNAPSHOTS",
-                    "usage": 0,
-                    "limit": 1000
-                },
-                {
-                    "metric": "NETWORKS",
-                    "usage": 1,
-                    "limit": 5
-                },
-                {
-                    "metric": "FIREWALLS",
-                    "usage": 2,
-                    "limit": 100
-                },
-                {
-                    "metric": "IMAGES",
-                    "usage": 0,
-                    "limit": 100
-                }
-            ]
-        }
-    ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation.json
deleted file mode 100644
index 67ac27d..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-   "kind": "compute#operation",
-   "id": "13053095055850848306",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/addresses/test-address",
-   "targetId": "13053094017547040099",
-   "status": "DONE",
-   "user": "user@developer.gserviceaccount.com",
-   "progress": 100,
-   "insertTime": "2012-11-28T06:41:05.060",
-   "startTime": "2012-11-28T06:41:05.142",
-   "endTime": "2012-11-28T06:41:06.142",
-   "operationType": "insert",
-   "region": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation_list.json
deleted file mode 100644
index 8a6d619..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/region_operation_list.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-   "kind": "compute#operationList",
-   "id": "projects/myproject/regions/us-central1/operations",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/operations",
-   "items": [
-      {
-         "kind": "compute#operation",
-         "id": "13053095055850848306",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1/addresses/test-address",
-         "targetId": "13053094017547040099",
-         "status": "DONE",
-         "user": "user@developer.gserviceaccount.com",
-         "progress": 100,
-         "insertTime": "2012-11-28T06:41:05.060",
-         "startTime": "2012-11-28T06:41:05.142",
-         "endTime": "2012-11-28T06:41:06.142",
-         "operationType": "insert",
-         "region": "https://www.googleapis.com/compute/v1/projects/myproject/regions/us-central1"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_get.json
deleted file mode 100644
index be544f2..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_get.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-
-    "kind": "compute#route",
-    "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/routes/default-route-c99ebfbed0e1f375",
-    "id": "7241926205630356071",
-    "creationTimestamp": "2013-07-08T14:40:38.502-07:00",
-    "name": "default-route-c99ebfbed0e1f375",
-    "description": "Default route to the virtual network.",
-    "network": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default",
-    "destRange": "10.240.0.0/16",
-    "priority": 1000,
-    "nextHopNetwork": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default",
-    "tags": [ "fooTag", "barTag" ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_insert.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_insert.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_insert.json
deleted file mode 100644
index 68fff7d..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_insert.json
+++ /dev/null
@@ -1 +0,0 @@
-{"name":"default-route-c99ebfbed0e1f375","description":"Default route to the virtual network.","network":"https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default","destRange":"10.240.0.0/16","priority":1000,"nextHopNetwork":"https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default","tags":["fooTag","barTag"]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_list.json
deleted file mode 100644
index 5126ff1..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/route_list.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-    "kind": "compute#routeList",
-    "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/routes",
-    "id": "projects/myproject/global/routes",
-    "items": [
-        {
-
-            "kind": "compute#route",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/routes/default-route-c99ebfbed0e1f375",
-            "id": "7241926205630356071",
-            "creationTimestamp": "2013-07-08T14:40:38.502-07:00",
-            "name": "default-route-c99ebfbed0e1f375",
-            "description": "Default route to the virtual network.",
-            "network": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default",
-            "destRange": "10.240.0.0/16",
-            "priority": 1000,
-            "nextHopNetwork": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default",
-            "tags": [ "fooTag", "barTag" ]
-        },
-        {
-
-            "kind": "compute#route",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/routes/default-route-fc92a41ecb5a8d17",
-            "id": "507025480040058551",
-            "creationTimestamp": "2013-07-08T14:40:38.502-07:00",
-            "name": "default-route-fc92a41ecb5a8d17",
-            "description": "Default route to the Internet.",
-            "network": "https://www.googleapis.com/compute/v1/projects/myproject/global/networks/default",
-            "destRange": "0.0.0.0/0",
-            "priority": 1000,
-            "nextHopGateway": "https://www.googleapis.com/compute/v1/projects/myproject/global/gateways/default-internet-gateway"
-        }
-    ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_get.json
deleted file mode 100644
index 3ba287f..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_get.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-
-    "kind": "compute#snapshot",
-    "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/snapshots/test-snap",
-    "id": "9734455566806191190",
-    "creationTimestamp": "2013-07-26T12:54:23.173-07:00",
-    "status": "READY",
-    "diskSizeGb": "10",
-    "sourceDisk": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/testimage1",
-    "name": "test-snap",
-    "description": "",
-    "sourceDiskId": "8243603669926824540"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_list.json
deleted file mode 100644
index 431460f..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/snapshot_list.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
-    "kind": "compute#snapshotList",
-    "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/snapshots",
-    "id": "projects/myproject/global/snapshots",
-    "items": [
-        {
-
-            "kind": "compute#snapshot",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/snapshots/test-snap",
-            "id": "9734455566806191190",
-            "creationTimestamp": "2013-07-26T12:54:23.173-07:00",
-            "status": "READY",
-            "diskSizeGb": "10",
-            "sourceDisk": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/testimage1",
-            "name": "test-snap",
-            "description": "",
-            "sourceDiskId": "8243603669926824540"
-        },
-        {
-
-            "kind": "compute#snapshot",
-            "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/snapshots/test-snap2",
-            "id": "13895715048576107883",
-            "creationTimestamp": "2013-07-26T12:57:01.927-07:00",
-            "status": "READY",
-            "diskSizeGb": "10",
-            "sourceDisk": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/disks/testimage1",
-            "name": "test-snap2",
-            "description": "",
-            "sourceDiskId": "8243603669926824540"
-        }
-    ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tag_insert.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tag_insert.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tag_insert.json
deleted file mode 100644
index 61ade71..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tag_insert.json
+++ /dev/null
@@ -1 +0,0 @@
-{"items":["aTag"],"fingerprint":"abcd"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/testpk.pem
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/testpk.pem b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/testpk.pem
deleted file mode 100644
index 1443074..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/testpk.pem
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN RSA PRIVATE KEY-----
-MIICXgIBAAKBgQCwqwzakEPP+U9vx9JCuMHebFIVQZ4Sjaj2RU9dJ6YT2s3u7dC6
-/0fGM5xm4fXmSHqyGC6PC8weQSkxnSpbU+R4jMWPM8ML4TIr5wP0avbg+wy3+WWI
-of0MN7YHkCfqpaaiKiMw7niK1y07YvxJN8LX1xLpE7aXgIpn6L/qtJdHnQIDAQAB
-AoGBAIAHlcsW3W3smPrC7sdXqXeNPHcXFH0RmC7Qz9EMmLiuyqqqQagitFsYr/GH
-M3Ltd611BNi5jfUm97ly0m1ZAKp/nkTMVhfKfRIVsBDHtjQHcUOR9tr0LslptmaN
-TG0bovbUohe5KwOqMK4YOjUQbInChVBrf7VrNQtv8e0eShdpAkEA3lzLP9QYfP1i
-C4iYXqS7cgMDrs3qujC7PoyB54maen+Uvgyau1ZJpKMzXYkORPcYk+b71bl9jF80
-U+7LDnJjPwJBAMtksvL1V8DC5DYL43497JW4KBN4YZ3K7YWx/9gkvc3Q9VdXiUGu
-6WKjmcbmsPI/jFdeO71uy934N8qEXLJcyiMCQQCTNKcxWD3l8PCJZiJI9ZFKBwjX
-Hmb4X+51mBsfpw7nbbKQplOBFbynC4ujrmoN6e8RaubpNGUTGqvPrNQsejmNAkEA
-lUDEAH4BczaQ+QgoXI9ceVG2NvNzzrMHMcC5Ggd8MPhR0VIvKsAMC5I6WjcXSe1Q
-Mxy3gf84Ix7u8fHHhCuLOQJAQRhrlXiQUk4cJumNhjza5/+KtaV4FPbEQi+qcWE6
-tGoHPEBfbXyUdcUD4ae8X1W0yri0BuyVNaOCpGCBRIhPZA==
------END RSA PRIVATE KEY-----

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tokenResponse.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tokenResponse.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tokenResponse.json
deleted file mode 100644
index 6717a55..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/tokenResponse.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "access_token" : "1/8xbJqaOZXSUZbHLl5EOtu1pxz3fmmetKx9W8CV4t79M",
-  "token_type" : "Bearer",
-  "expires_in" : 3600
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_get.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_get.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_get.json
deleted file mode 100644
index 50cb375..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_get.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-   "kind": "compute#zone",
-   "id": "13020128040171887099",
-   "creationTimestamp": "2012-10-19T16:42:54.131",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a",
-   "name": "us-central1-a",
-   "description": "us-central1-a",
-   "status": "DOWN",
-   "maintenanceWindows": [
-      {
-         "name": "2012-11-10-planned-outage",
-         "description": "maintenance zone",
-         "beginTime": "2012-11-10T20:00:00.000",
-         "endTime": "2012-12-02T20:00:00.000"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list.json
deleted file mode 100644
index ee4e17b..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
-   "kind": "compute#zoneList",
-   "id": "projects/myproject/zones",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones",
-   "items": [
-      {
-         "kind": "compute#zone",
-         "id": "13020128040171887099",
-         "creationTimestamp": "2012-10-19T16:42:54.131",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a",
-         "name": "us-central1-a",
-         "description": "us-central1-a",
-         "status": "DOWN",
-         "maintenanceWindows": [
-            {
-               "name": "2012-11-10-planned-outage",
-               "description": "maintenance zone",
-               "beginTime": "2012-11-10T20:00:00.000",
-               "endTime": "2012-12-02T20:00:00.000"
-            }
-         ]
-      },
-      {
-         "kind": "compute#zone",
-         "id": "13024414164050619686",
-         "creationTimestamp": "2012-10-24T20:13:19.271",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-b",
-         "name": "us-central1-b",
-         "description": "us-central1-b",
-         "status": "UP",
-         "maintenanceWindows": [
-            {
-               "name": "2013-02-17-planned-outage",
-               "description": "maintenance zone",
-               "beginTime": "2013-02-17T08:00:00.000",
-               "endTime": "2013-03-03T08:00:00.000"
-            }
-         ]
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list_short.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list_short.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list_short.json
deleted file mode 100644
index 711af99..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_list_short.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-   "kind": "compute#zoneList",
-   "id": "projects/myproject/zones",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones",
-   "items": [
-      {
-         "kind": "compute#zone",
-         "id": "13020128040171887099",
-         "creationTimestamp": "2012-10-19T16:42:54.131",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a",
-         "name": "us-central1-a",
-         "description": "us-central1-a",
-         "status": "DOWN",
-         "maintenanceWindows": [
-            {
-               "name": "2012-11-10-planned-outage",
-               "description": "maintenance zone",
-               "beginTime": "2012-11-10T20:00:00.000",
-               "endTime": "2012-12-02T20:00:00.000"
-            }
-         ]
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation.json
deleted file mode 100644
index c0c5b56..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-   "kind": "compute#operation",
-   "id": "13053095055850848306",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance",
-   "targetId": "13053094017547040099",
-   "status": "DONE",
-   "user": "user@developer.gserviceaccount.com",
-   "progress": 100,
-   "insertTime": "2012-11-28T06:41:05.060",
-   "startTime": "2012-11-28T06:41:05.142",
-   "endTime": "2012-11-28T06:41:06.142",
-   "operationType": "insert",
-   "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_error.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_error.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_error.json
deleted file mode 100644
index d6d054a..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_error.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-   "kind": "compute#operation",
-   "id": "13053095055850848306",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-   "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance",
-   "targetId": "13053094017547040099",
-   "status": "DONE",
-   "user": "user@developer.gserviceaccount.com",
-   "progress": 100,
-   "insertTime": "2012-11-28T06:41:05.060",
-   "startTime": "2012-11-28T06:41:05.142",
-   "httpErrorStatusCode": 400,
-   "httpErrorMessage": "BAD REQUEST",
-   "error": {
-      "errors": [
-         {
-            "code": "RESOURCE_ALREADY_EXISTS",
-            "message": "The resource 'projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance' already exists"
-         }
-      ]
-   },
-   "operationType": "insert",
-   "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_list.json
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_list.json b/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_list.json
deleted file mode 100644
index 77f1656..0000000
--- a/dependencies/jclouds/apis/gce/1.8.0-stratos/src/test/resources/zone_operation_list.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-   "kind": "compute#operationList",
-   "id": "projects/myproject/zones/us-central1-a/operations",
-   "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/operations",
-   "items": [
-      {
-         "kind": "compute#operation",
-         "id": "13053095055850848306",
-         "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/operations/operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "name": "operation-1354084865060-4cf88735faeb8-bbbb12cb",
-         "targetLink": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instances/instance-api-live-test-instance",
-         "targetId": "13053094017547040099",
-         "status": "DONE",
-         "user": "user@developer.gserviceaccount.com",
-         "progress": 100,
-         "insertTime": "2012-11-28T06:41:05.060",
-         "startTime": "2012-11-28T06:41:05.142",
-         "endTime": "2012-11-28T06:41:06.142",
-         "operationType": "insert",
-         "zone": "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a"
-      }
-   ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9834e9e/dependencies/jclouds/apis/openstack-nova/1.8.0-stratos/README.txt
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/apis/openstack-nova/1.8.0-stratos/README.txt b/dependencies/jclouds/apis/openstack-nova/1.8.0-stratos/README.txt
deleted file mode 100755
index 7162c0f..0000000
--- a/dependencies/jclouds/apis/openstack-nova/1.8.0-stratos/README.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-#
-# The jclouds API for OpenStack Nova
-#