Merge "Fix kolla-ansible role tests"
This commit is contained in:
commit
efbf1064e5
ansible/roles/kolla-ansible/tests
@ -35,7 +35,7 @@
|
||||
kolla_openstack_logging_debug: False
|
||||
|
||||
- name: Verify kolla-ansible installation
|
||||
command: "{{ temp_path }}/venv/bin/kolla-ansible -h"
|
||||
shell: ". {{ temp_path }}/venv/bin/activate && kolla-ansible -h"
|
||||
changed_when: False
|
||||
|
||||
- name: Verify ansible installation
|
||||
|
@ -181,7 +181,7 @@
|
||||
kolla_nova_compute_ironic_host: "controller1"
|
||||
|
||||
- name: Verify kolla-ansible installation
|
||||
command: "{{ temp_path }}/venv/bin/kolla-ansible -h"
|
||||
shell: ". {{ temp_path }}/venv/bin/activate && kolla-ansible -h"
|
||||
changed_when: False
|
||||
|
||||
- name: Verify ansible installation
|
||||
|
Loading…
x
Reference in New Issue
Block a user