summaryrefslogtreecommitdiff
path: root/strata/openstack-services/tempest-lib.morph
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2015-03-05 16:25:46 +0000
committerMike Smith <mike.smith@codethink.co.uk>2015-03-05 16:25:46 +0000
commit3797a8ea82d2905ba4ea2321558f2afe20e3bf9a (patch)
treefd6cdbb1effeb9096e96bb37c43b9cf21267b3e8 /strata/openstack-services/tempest-lib.morph
parent85788405f55145f7aab105c20c29cb5de7dd976e (diff)
downloaddefinitions-3797a8ea82d2905ba4ea2321558f2afe20e3bf9a.tar.gz
added tempest to openstack clients and matching build instructionsbaserock/mikesmith/openstack-v4-tempest
Diffstat (limited to 'strata/openstack-services/tempest-lib.morph')
-rw-r--r--strata/openstack-services/tempest-lib.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/openstack-services/tempest-lib.morph b/strata/openstack-services/tempest-lib.morph
new file mode 100644
index 00000000..d34b757d
--- /dev/null
+++ b/strata/openstack-services/tempest-lib.morph
@@ -0,0 +1,6 @@
+name: tempest-lib
+kind: chunk
+build-commands:
+ - python setup.py build
+install-commands:
+ - python setup.py install -O1 --skip-build --prefix "$PREFIX" --root "$DESTDIR"