From 0ec3fb5f137fcf47524f16b2b1904c8f41861ba1 Mon Sep 17 00:00:00 2001 From: liusheng Date: Thu, 3 Aug 2017 09:18:09 +0800 Subject: [PATCH] Remove the unused BaremetalAggregateClient class Change-Id: If1badba83929bde4bb38a6131107ca6fc9927f85 --- mogan/tests/tempest/service/client.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mogan/tests/tempest/service/client.py b/mogan/tests/tempest/service/client.py index adaa8ac4..b6d2a088 100644 --- a/mogan/tests/tempest/service/client.py +++ b/mogan/tests/tempest/service/client.py @@ -327,17 +327,6 @@ class BaremetalNodeClient(rest_client.RestClient): self.update_bm_node(node_id, updates) -class BaremetalAggregateClient(rest_client.RestClient): - version = '1' - uri_prefix = "v1" - - def deserialize(self, body): - return json.loads(body.replace("\n", "")) - - def serialize(self, body): - return json.dumps(body) - - class Manager(manager.Manager): load_clients = [