diff options
Diffstat (limited to 'functest/utils/openstack')
-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 +# |