Deprecate rally.osclients.EC2

We do not have any plugin which use it and we do not have any gate
which checks that rally.osclients.EC2 even work.

Let's deprecate it and remove it in future.

Change-Id: I554b972e5ea1f0b5a28d6cbcd1b110b451d428af
This commit is contained in:
Andrey Kurilin
2017-04-21 18:48:32 +03:00
parent 8cf9e22e28
commit 23024ff6ae

View File

@@ -417,14 +417,6 @@ class Trove(ResourceManager):
return self.client.module.list(datastore="all")
class EC2(ResourceManager):
REQUIRED_SERVICE = consts.Service.EC2
def list_servers(self):
return self.client.get_only_instance()
class Monasca(ResourceManager):
REQUIRED_SERVICE = consts.Service.MONASCA