Merge "Set ilo driver to utilize local web server"

This commit is contained in:
Jenkins 2015-11-13 05:50:56 +00:00 committed by Gerrit Code Review
commit 82ecb6e35d

View File

@ -170,3 +170,9 @@
regexp='^allow_credentials=(.*)$'
line="allow_credentials={{ enable_cors_credential_support | default('true')}}"
when: enable_cors | bool
- name: "Set ilo driver to utilize web server"
lineinfile:
dest=/etc/ironic/ironic.conf
insertafter="[ilo]"
regexp='^(.*)use_web_server_for_images=(.*)$'
line="use_web_server_for_images=true"