summaryrefslogtreecommitdiff
path: root/strata/openstack-services
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-04-29 09:24:26 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-05-07 10:07:22 +0000
commit1e5cfe1831ac231a11af955bb9bbca7ce355da5b (patch)
tree7cf339bc524ae4f0055136a75af58a40fba9b6f0 /strata/openstack-services
parent41a10916cf8040b0da0d5f8df27e273084ded323 (diff)
downloaddefinitions-1e5cfe1831ac231a11af955bb9bbca7ce355da5b.tar.gz
Use swift stratum instead of having swift inside openstack-services
To avoid duplication and make openstack-services more manageable. Also move duplicated chunck to openstack-common. Change-Id: I97468e5e7757d2250c643eacfcb76826e5c5ed92
Diffstat (limited to 'strata/openstack-services')
-rw-r--r--strata/openstack-services/python-xattr.morph8
1 files changed, 0 insertions, 8 deletions
diff --git a/strata/openstack-services/python-xattr.morph b/strata/openstack-services/python-xattr.morph
deleted file mode 100644
index 7916bbf2..00000000
--- a/strata/openstack-services/python-xattr.morph
+++ /dev/null
@@ -1,8 +0,0 @@
-name: python-xattr
-kind: chunk
-configure-commands:
-- cp -r /usr/lib/python2.7/site-packages/cffi .
-build-commands:
-- python setup.py build
-install-commands:
-- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"