--- devstack_restack: true devstack_dest_dir: /opt/stack devstack_local_conf_file: '{{ playbook_dir }}/local.conf' devstack_projects_dir: '{{ playbook_dir | dirname }}' devstack_dir: '{{ devstack_dest_dir }}/devstack' devstack_git_repo: 'https://opendev.org/openstack/devstack.git' devstack_plugin_tobiko_dir: '{{ devstack_dest_dir }}/devstack-plugin-tobiko' devstack_plugin_tobiko_src_dir: '' tobiko_config_path: '{{ devstack_plugin_tobiko_src_dir }}/tobiko.conf' tobiko_config_dir: '{{ tobiko_config_path | realpath | dirname }}' 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 %}