Merge "fix type in name of EC2 service"

This commit is contained in:
Jenkins 2017-04-20 13:00:37 +00:00 committed by Gerrit Code Review
commit 3c63972c1f
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ class Trove(ResourceManager):
return self.client.module.list(datastore="all")
class ES2(ResourceManager):
class EC2(ResourceManager):
REQUIRED_SERVICE = consts.Service.EC2