From ff3a7f311644e253e373bb453322f0026cb6ecd2 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Wed, 17 Feb 2016 22:46:07 +0000 Subject: [PATCH] Fix unit test re: c-h sync --- unit_tests/test_ceph_radosgw_context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unit_tests/test_ceph_radosgw_context.py b/unit_tests/test_ceph_radosgw_context.py index a2501daf..7c049afe 100644 --- a/unit_tests/test_ceph_radosgw_context.py +++ b/unit_tests/test_ceph_radosgw_context.py @@ -87,6 +87,7 @@ class IdentityServiceContextTest(CharmTestCase): 'admin_tenant_name': 'ten', 'admin_token': 'ubuntutesting', 'admin_user': 'admin', + 'api_version': '2.0', 'auth_host': '127.0.0.5', 'auth_port': 5432, 'auth_protocol': 'http',