summaryrefslogtreecommitdiff
path: root/open-source-lorries/openstack.lorry
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-24 10:56:20 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-24 10:56:20 +0100
commit8356c940bed85a66440b44b9fa620b793dc3b9a7 (patch)
treec30511f50f2d879226b0bcae8d8cfd8caf52d3ac /open-source-lorries/openstack.lorry
parentc7719dd9fba2a91db555eb9a7eb49a17fa4977eb (diff)
parent18122ad43f60670d3fa7b841fdcc61a048ce025b (diff)
downloadlorries-8356c940bed85a66440b44b9fa620b793dc3b9a7.tar.gz
Merge branch 'baserock/franred/add-python-openstack-dependencies-repos'
Reviewed-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk> Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'open-source-lorries/openstack.lorry')
-rw-r--r--open-source-lorries/openstack.lorry17
1 files changed, 16 insertions, 1 deletions
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry
index c6e5ae2..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"
@@ -179,6 +184,11 @@
"url": "git://git.openstack.org/openstack/oslo.rootwrap.git"
},
+ "openstack/oslo-serialization": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack/oslo.serialization.git"
+ },
+
"openstack/oslosphinx": {
"type": "git",
"url": "git://git.openstack.org/openstack/oslosphinx.git"
@@ -227,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"
+ }
}