Repository: libcloud Updated Branches: refs/heads/trunk 68ba179d8 -> 6a8933fca
Remove duplicated keys in object literals Signed-off-by: Quentin Pradet <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/52ff9327 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/52ff9327 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/52ff9327 Branch: refs/heads/trunk Commit: 52ff93275c3ceef5186815fee5bd08edcb4a4798 Parents: 2c2cbd9 Author: Rémy Léone <[email protected]> Authored: Fri Mar 16 10:53:50 2018 +0100 Committer: Quentin Pradet <[email protected]> Committed: Fri Mar 16 19:21:55 2018 +0400 ---------------------------------------------------------------------- libcloud/test/compute/fixtures/gce/aggregated_disks.json | 7 ------- .../test/compute/fixtures/gce/zones_us-central1-a_disks.json | 1 - .../test/compute/fixtures/profitbricks/ex_update_node.json | 1 - 3 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/52ff9327/libcloud/test/compute/fixtures/gce/aggregated_disks.json ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/fixtures/gce/aggregated_disks.json b/libcloud/test/compute/fixtures/gce/aggregated_disks.json index 4103785..3feef5d 100644 --- a/libcloud/test/compute/fixtures/gce/aggregated_disks.json +++ b/libcloud/test/compute/fixtures/gce/aggregated_disks.json @@ -74,7 +74,6 @@ "id": "0265567475385851075", "kind": "compute#disk", "name": "node-name", - "description": "I'm a happy little disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/diskTypes/pd-standard", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/disks/node-name", "sizeGb": "10", @@ -89,7 +88,6 @@ "id": "08045379695757218000", "kind": "compute#disk", "name": "lcdisk", - "description": "I'm a happy little disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/diskTypes/pd-ssd", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/disks/lcdisk", "sizeGb": "10", @@ -104,7 +102,6 @@ "id": "08045379695757218002", "kind": "compute#disk", "name": "lcnode-000", - "description": "I'm a happy little persistent disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/diskTypes/pd-standard", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/disks/lcnode-000", "sizeGb": "25", @@ -119,7 +116,6 @@ "id": "08045379695757218000", "kind": "compute#disk", "name": "lcnode-001", - "description": "I'm a happy little persistent disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/diskTypes/pd-standard", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/disks/lcnode-001", "sizeGb": "25", @@ -149,7 +145,6 @@ "id": "08045379695757218001", "kind": "compute#disk", "name": "libcloud-lb-demo-www-000", - "description": "I'm a happy little persistent disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-b/diskTypes/pd-standard", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-b/disks/libcloud-lb-demo-www-000", "sizeGb": "10", @@ -164,7 +159,6 @@ "id": "08045379695757218001", "kind": "compute#disk", "name": "libcloud-lb-demo-www-001", - "description": "I'm a happy little persistent disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-b/diskTypes/pd-standard", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-b/disks/libcloud-lb-demo-www-001", "sizeGb": "10", @@ -245,7 +239,6 @@ "id": "08045379695757218000", "kind": "compute#disk", "name": "lcdisk", - "description": "I'm a happy little disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central2-a/diskTypes/pd-ssd", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central2-a/disks/lcdisk", "sizeGb": "10", http://git-wip-us.apache.org/repos/asf/libcloud/blob/52ff9327/libcloud/test/compute/fixtures/gce/zones_us-central1-a_disks.json ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/fixtures/gce/zones_us-central1-a_disks.json b/libcloud/test/compute/fixtures/gce/zones_us-central1-a_disks.json index fc39c99..6d609be 100644 --- a/libcloud/test/compute/fixtures/gce/zones_us-central1-a_disks.json +++ b/libcloud/test/compute/fixtures/gce/zones_us-central1-a_disks.json @@ -19,7 +19,6 @@ "id": "0265567475385851075", "kind": "compute#disk", "name": "node-name", - "description": "I'm a happy little disk", "type": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/diskTypes/pd-standard", "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/disks/node-name", "sizeGb": "10", http://git-wip-us.apache.org/repos/asf/libcloud/blob/52ff9327/libcloud/test/compute/fixtures/profitbricks/ex_update_node.json ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/fixtures/profitbricks/ex_update_node.json b/libcloud/test/compute/fixtures/profitbricks/ex_update_node.json index 76c189a..1bc932f 100644 --- a/libcloud/test/compute/fixtures/profitbricks/ex_update_node.json +++ b/libcloud/test/compute/fixtures/profitbricks/ex_update_node.json @@ -17,7 +17,6 @@ "bootCdrom" : null, "availabilityZone": "ZONE_1", "vmState": "RUNNING", - "bootCdrom": null, "bootVolume": { "id": "bvol-1", "type": "volume",
