summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-24 09:01:01 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-24 09:01:01 +0100
commit976b262bb2c5e0829718016e727b625228f0b788 (patch)
tree5a8676eb237f26489163b3bec7a05ec9c02e3146
parent1e408cb45fa4744451b2c9d078d684535d2004ef (diff)
downloadlorries-976b262bb2c5e0829718016e727b625228f0b788.tar.gz
Add barbicanclient and glance_store to openstack lorry file
-rw-r--r--open-source-lorries/openstack.lorry12
1 files changed, 11 insertions, 1 deletions
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
index 031edc4..7b94628 100644
--- a/open-source-lorries/openstack.lorry
+++ b/open-source-lorries/openstack.lorry
@@ -34,6 +34,11 @@
"url": "git://git.openstack.org/openstack/python-glanceclient.git"
},
+ "openstack/glance_store": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/glance_store.git"
+ },
+
"openstack/keystone": {
"type": "git",
"url": "git://git.openstack.org/openstack/keystone.git"
@@ -232,5 +237,10 @@
"openstack/python-designateclient": {
"type": "git",
"url": "git://git.openstack.org/openstack/python-designateclient.git"
- }
+ },
+
+ "openstack/python-barbicanclient": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/python-barbicanclient.git"
+ }
}