--- devstack_restack: true devstack_dest_dir: /opt/stack devstack_local_conf_file: '{{ playbook_dir }}/local.conf' devstack_projects_dir: '{{ playbook_dir | dirname }}' devstack_projects_base: devstack: 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' devstack_projects: {} devstack_dir: '{{ devstack_dest_dir }}/devstack' sudo_secure_path: '' test_dir: '{{ devstack_dest_dir }}/tobiko' tox_envlist: '' tox_extra_args: '' tox_command_executable: 'tox' tox_command_line: >- {{ tox_command_executable }} {% if (tox_envlist | length) > 0 %} -e '{{ tox_envlist }}' {% endif %} {% if (tox_extra_args | length) > 0 %} {{ tox_extra_args }} {% endif %}