From b36303e4e3745f53b0134be1ef93820f90ea8f3b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 21 Oct 2014 17:36:20 +0100 Subject: Add oslo-serialization repository --- open-source-lorries/openstack.lorry | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'open-source-lorries/openstack.lorry') diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry index c6e5ae2..031edc4 100644 --- a/open-source-lorries/openstack.lorry +++ b/open-source-lorries/openstack.lorry @@ -179,6 +179,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" -- cgit v1.2.1 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(-) (limited to 'open-source-lorries/openstack.lorry') 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