summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-05-05 15:43:40 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-05-08 10:19:05 +0000
commitf888f1d4639e1774f6fbb883fe11531a384ee87c (patch)
tree084530e9193257c8d38c7ab909c114b63b21852c
parent68f0525639627707b6dd42623f859436dad10139 (diff)
downloadlorries-f888f1d4639e1774f6fbb883fe11531a384ee87c.tar.gz
Add new dependencies for the Kilo release of OpenStack
Change-Id: I856124e4a6563b7fd408882142fc7d18234dd295
-rw-r--r--open-source-lorries/liberasurecode.lorry6
-rw-r--r--open-source-lorries/openstack.lorry5
-rw-r--r--open-source-lorries/python-packages.lorry11
3 files changed, 20 insertions, 2 deletions
diff --git a/open-source-lorries/liberasurecode.lorry b/open-source-lorries/liberasurecode.lorry
new file mode 100644
index 0000000..159c36a
--- /dev/null
+++ b/open-source-lorries/liberasurecode.lorry
@@ -0,0 +1,6 @@
+{
+ "liberasurecode": {
+ "type": "git",
+ "url": "https://bitbucket.org/tsg-/liberasurecode.git"
+ }
+}
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
index a81c423..ce287a2 100644
--- a/open-source-lorries/openstack.lorry
+++ b/open-source-lorries/openstack.lorry
@@ -94,6 +94,11 @@
"url": "git://git.openstack.org/openstack/ceilometer.git"
},
+ "openstack/ceilometermiddleware": {
+ "type": "git",
+ "url": "https://github.com/openstack/ceilometermiddleware.git"
+ },
+
"openstack/python-ceilometerclient": {
"type": "git",
"url": "git://git.openstack.org/openstack/python-ceilometerclient.git"
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index fc06a14..212348b 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -700,6 +700,13 @@
"python-packages/testresources": {
"type": "bzr",
"url": "lp:testresources"
- }
-
+ },
+ "python-packages/pyeclib": {
+ "type": "git",
+ "url": "https://bitbucket.org/kmgreen2/pyeclib.git"
+ },
+ "python-packages/pysaml2": {
+ "type": "git",
+ "url": "https://github.com/rohe/pysaml2.git"
+ },
}