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 +++++++ functest/utils/openstack/glance.py | 7 +++++++ functest/utils/openstack/keystone.py | 7 +++++++ functest/utils/openstack/neutron.py | 7 +++++++ functest/utils/openstack/nova.py | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 functest/utils/openstack/cinder.py create mode 100644 functest/utils/openstack/glance.py create mode 100644 functest/utils/openstack/keystone.py create mode 100644 functest/utils/openstack/neutron.py create mode 100644 functest/utils/openstack/nova.py diff --git a/functest/utils/openstack/cinder.py b/functest/utils/openstack/cinder.py new file mode 100644 index 000000000..f966468a3 --- /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 +# diff --git a/functest/utils/openstack/glance.py b/functest/utils/openstack/glance.py new file mode 100644 index 000000000..f966468a3 --- /dev/null +++ b/functest/utils/openstack/glance.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 +# diff --git a/functest/utils/openstack/keystone.py b/functest/utils/openstack/keystone.py new file mode 100644 index 000000000..f966468a3 --- /dev/null +++ b/functest/utils/openstack/keystone.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 +# diff --git a/functest/utils/openstack/neutron.py b/functest/utils/openstack/neutron.py new file mode 100644 index 000000000..f966468a3 --- /dev/null +++ b/functest/utils/openstack/neutron.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 +# diff --git a/functest/utils/openstack/nova.py b/functest/utils/openstack/nova.py new file mode 100644 index 000000000..f966468a3 --- /dev/null +++ b/functest/utils/openstack/nova.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