Merge "Deprecate rally.osclients.EC2"

This commit is contained in:
Jenkins 2017-04-21 18:14:29 +00:00 committed by Gerrit Code Review
commit 4c340647d7

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