From 9a9a247166e5818ba16bc19d90d926a006216db1 Mon Sep 17 00:00:00 2001 From: helenyao Date: Mon, 26 Dec 2016 01:44:54 -0500 Subject: Enable the tenant related features JIRA: FUNCTEST-670 The tenant related features were enabled for OpenStack snapshot and cleanup. Change-Id: Ie9a4012c0d29f57ed5a14139ccb5f8e29b6000dd Signed-off-by: helenyao --- functest/utils/openstack_snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/utils/openstack_snapshot.py') diff --git a/functest/utils/openstack_snapshot.py b/functest/utils/openstack_snapshot.py index c59492cfd..e64030f75 100755 --- a/functest/utils/openstack_snapshot.py +++ b/functest/utils/openstack_snapshot.py @@ -150,7 +150,7 @@ def main(): snapshot.update(get_security_groups(neutron_client)) snapshot.update(get_floatinips(nova_client)) snapshot.update(get_users(keystone_client)) - # snapshot.update(get_tenants(keystone_client)) + snapshot.update(get_tenants(keystone_client)) with open(OS_SNAPSHOT_FILE, 'w+') as yaml_file: yaml_file.write(yaml.safe_dump(snapshot, default_flow_style=False)) -- cgit 1.2.3-korg