From 3ae02c7d5f4c934e20ab0057172c29a68ff9aa1f Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 22 Nov 2016 10:24:17 +0100 Subject: Create directory and empty files for the new openstack utils JIRA: FUNCTEST-575 Change-Id: I8a21c3c8d5a652cc421d719790dd7ac262fa9369 Signed-off-by: jose.lausuch --- functest/utils/openstack/cinder.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 functest/utils/openstack/cinder.py (limited to 'functest/utils/openstack/cinder.py') diff --git a/functest/utils/openstack/cinder.py b/functest/utils/openstack/cinder.py new file mode 100644 index 00000000..f966468a --- /dev/null +++ b/functest/utils/openstack/cinder.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +# -- cgit 1.2.3-korg