Merge "Fix uuid and name parameters in inspect task"

This commit is contained in:
Jenkins 2017-01-05 09:44:12 +00:00 committed by Gerrit Code Review
commit df9ed4e7fc

View File

@ -38,6 +38,7 @@
auth_type: "{{ auth_type | default(omit) }}"
auth: "{{ auth | default(omit) }}"
ironic_url: "{{ ironic_url | default(omit) }}"
uuid: "{{ uuid }}"
uuid: "{{ uuid | default('') }}"
name: "{{ name | default('') }}"
timeout: "{{ inspection_wait_timeout }}"
delegate_to: localhost