Merge "Cleanup for merging v2 and v2.1 functional tests."

This commit is contained in:
Jenkins 2015-08-27 00:13:53 +00:00 committed by Gerrit Code Review
commit bca7a7a11f

View File

@ -25,10 +25,6 @@ CONF.import_opt('osapi_compute_extension',
class AggregatesSampleJsonTest(api_sample_base.ApiSampleTestBaseV3):
ADMIN_API = True
extension_name = "os-aggregates"
# TODO(gmann): Overriding '_api_version' till all functional tests
# are merged between v2 and v2.1. After that base class variable
# itself can be changed to 'v2'
_api_version = 'v2'
def _get_flags(self):
f = super(AggregatesSampleJsonTest, self)._get_flags()