diff options
-rw-r--r-- | open-source-lorries/openstack.lorry | 12 |
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" + } } |