diff options
-rw-r--r-- | open-source-lorries/openstack.lorry | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/open-source-lorries/openstack.lorry b/open-source-lorries/openstack.lorry index f7fda64..a81c423 100644 --- a/open-source-lorries/openstack.lorry +++ b/open-source-lorries/openstack.lorry @@ -258,5 +258,13 @@ "openstack/openstack-ansible-modules": { "type": "git", "url": "https://github.com/openstack-ansible/openstack-ansible-modules" - } + }, + "openstack/tempest-lib": { + "type": "git", + "url": "https://git.openstack.org/openstack/tempest-lib" + }, + "openstack/tempest": { + "type": "git", + "url": "https://git.openstack.org/openstack/tempest" + } } |