Merge "Correct conditional for cinder is_metal check"

This commit is contained in:
Jenkins 2017-03-21 19:02:31 +00:00 committed by Gerrit Code Review
commit 50f6d1fb56

@ -22,7 +22,7 @@
set_fact:
in_container: true
when: >
is_metal == true or
is_metal != true or
container_name != physical_host
- name: Check if cinder backends are LVM