diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-11-22 10:24:17 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-11-22 10:24:17 +0100 |
commit | 3ae02c7d5f4c934e20ab0057172c29a68ff9aa1f (patch) | |
tree | ba4779730b06b084a1078332cf14a98c5745e3d4 /functest | |
parent | 67902c82571b80522c16844df91a9b4699eb91a2 (diff) |
Create directory and empty files for the new openstack utils
JIRA: FUNCTEST-575
Change-Id: I8a21c3c8d5a652cc421d719790dd7ac262fa9369
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'functest')
-rw-r--r-- | functest/utils/openstack/cinder.py | 7 | ||||
-rw-r--r-- | functest/utils/openstack/glance.py | 7 | ||||
-rw-r--r-- | functest/utils/openstack/keystone.py | 7 | ||||
-rw-r--r-- | functest/utils/openstack/neutron.py | 7 | ||||
-rw-r--r-- | functest/utils/openstack/nova.py | 7 |
5 files changed, 35 insertions, 0 deletions
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 +# diff --git a/functest/utils/openstack/glance.py b/functest/utils/openstack/glance.py new file mode 100644 index 00000000..f966468a --- /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 00000000..f966468a --- /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 00000000..f966468a --- /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 00000000..f966468a --- /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 +# |