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
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-05-05 07:27:06 +0000
commit1d8121c0a4c746c18a075e699ea3f94db99c21dd (patch)
treedfdfabc9798cda2b3091fafadbb2f01e2979e139 /strata/openstack-services
parent573fc7780fe411b36f8b14101babc68cb4f61df7 (diff)
downloaddefinitions-1d8121c0a4c746c18a075e699ea3f94db99c21dd.tar.gz
Use swift stratum instead of having swift inside openstack-services
To avoid duplication and make openstack-services more manageable. Also move duplicated chunk 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"