Fix Vagrantfile

Change-Id: Ie3f8b130efb0c0d95c09f939e4fce234a0436a1a
This commit is contained in:
Federico Ressi 2020-11-18 14:37:59 +01:00
parent 1243a79498
commit 0d46934bb6
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,8 @@ devstack_projects_base:
git_repo: 'https://opendev.org/openstack/devstack.git'
devstack-plugin-tobiko:
git_repo: 'https://opendev.org/x/devstack-plugin-tobiko.git'
requirements:
git_repo: 'https://opendev.org/openstack/requirements.git'
tobiko:
git_repo: 'https://opendev.org/x/tobiko.git'

View File

@ -20,7 +20,6 @@
delegate_to: localhost
register: check_project_src_dir_exists
when: ( project_src_dir | length) > 0
failed_when: true
- become: true