summaryrefslogtreecommitdiff
path: root/strata/openstack-services
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-25 11:22:36 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-25 11:22:36 +0000
commitc9e56384753753bb1bce73dd6e78e2fbe37c737a (patch)
tree7a15492acbdfb2072f8802c059599ff00a4cd394 /strata/openstack-services
parent6033263ac1ced9c57cf5032cfb1e94babc683970 (diff)
downloaddefinitions-c9e56384753753bb1bce73dd6e78e2fbe37c737a.tar.gz
Add Ironic service and client
Also, add the dependencies of these packages.
Diffstat (limited to 'strata/openstack-services')
-rw-r--r--strata/openstack-services/ironic.morph3
-rw-r--r--strata/openstack-services/pysendfile.morph3
-rw-r--r--strata/openstack-services/singledispatch.morph3
3 files changed, 9 insertions, 0 deletions
diff --git a/strata/openstack-services/ironic.morph b/strata/openstack-services/ironic.morph
new file mode 100644
index 00000000..08964ce6
--- /dev/null
+++ b/strata/openstack-services/ironic.morph
@@ -0,0 +1,3 @@
+name: ironic
+kind: chunk
+build-system: python-distutils
diff --git a/strata/openstack-services/pysendfile.morph b/strata/openstack-services/pysendfile.morph
new file mode 100644
index 00000000..2e2f809b
--- /dev/null
+++ b/strata/openstack-services/pysendfile.morph
@@ -0,0 +1,3 @@
+name: pysendfile
+kind: chunk
+build-system: python-distutils
diff --git a/strata/openstack-services/singledispatch.morph b/strata/openstack-services/singledispatch.morph
new file mode 100644
index 00000000..919c7096
--- /dev/null
+++ b/strata/openstack-services/singledispatch.morph
@@ -0,0 +1,3 @@
+name: singledispatch
+kind: chunk
+build-system: python-distutils