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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user