Goutham Pacha Ravi | df804d8 | 2020-07-10 18:02:30 -0700 | [diff] [blame] | 1 | set-tempest-config |
| 2 | ================== |
| 3 | |
| 4 | This is a workaround for the `merge_config_file <https://opendev |
| 5 | .org/openstack/devstack/src/commit/76d7d7c90c3979c72404fddd31ee884c8bfdb1ec |
| 6 | /inc/meta-config#L82>`_ routine that doesn't working correctly on jobs based on |
| 7 | the "devstack-minimal" profile. |
| 8 | |
| 9 | **Role Variables** |
| 10 | |
| 11 | .. zuul:rolevar:: devstack_base_dir |
| 12 | :default: /opt/stack |
| 13 | |
| 14 | The devstack base directory. |
| 15 | |
| 16 | .. zuul:rolevar:: devstack_local_conf_path |
| 17 | :default: "{{ devstack_base_dir }}/devstack/local.conf" |
| 18 | |
| 19 | Where to find the local.conf file |