From 976b262bb2c5e0829718016e727b625228f0b788 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 24 Oct 2014 09:01:01 +0100 Subject: Add barbicanclient and glance_store to openstack lorry file --- open-source-lorries/openstack.lorry | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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" + } } -- cgit v1.2.1