Create directory and empty files for the new openstack utils
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 22 Nov 2016 09:24:17 +0000 (10:24 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 22 Nov 2016 09:24:17 +0000 (10:24 +0100)
JIRA: FUNCTEST-575

Change-Id: I8a21c3c8d5a652cc421d719790dd7ac262fa9369
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
functest/utils/openstack/cinder.py [new file with mode: 0644]
functest/utils/openstack/glance.py [new file with mode: 0644]
functest/utils/openstack/keystone.py [new file with mode: 0644]
functest/utils/openstack/neutron.py [new file with mode: 0644]
functest/utils/openstack/nova.py [new file with mode: 0644]

diff --git a/functest/utils/openstack/cinder.py b/functest/utils/openstack/cinder.py
new file mode 100644 (file)
index 0000000..f966468
--- /dev/null
@@ -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 (file)
index 0000000..f966468
--- /dev/null
@@ -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 (file)
index 0000000..f966468
--- /dev/null
@@ -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 (file)
index 0000000..f966468
--- /dev/null
@@ -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 (file)
index 0000000..f966468
--- /dev/null
@@ -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
+#