Update deprecated options for Mitaka release
The following options are deprecated and expected to be removed in the Mitaka release of ironic. * [agent]agent_pxe_append_params -> [pxe]pxe_append_params * [agent]agent_pxe_config_template -> [pxe]pxe_config_template Changed options to the new setting names. Change-Id: I6d1f6f9792b7ae11969849864e91e11506b6ed85
This commit is contained in:
parent
392c24fad9
commit
5ca32083f8
@ -69,15 +69,15 @@
|
|||||||
- name: "For agent, Log to screen"
|
- name: "For agent, Log to screen"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest=/etc/ironic/ironic.conf
|
dest=/etc/ironic/ironic.conf
|
||||||
insertafter="[agent]"
|
insertafter="[pxe]"
|
||||||
regexp='^(.*)agent_pxe_append_params=(.*)$'
|
regexp='^(.*)pxe_append_params=(.*)$'
|
||||||
line="agent_pxe_append_params=systemd.journald.forward_to_console=yes"
|
line="pxe_append_params=systemd.journald.forward_to_console=yes"
|
||||||
- name: "For agent, place agent PXE template"
|
- name: "For agent, place agent PXE template"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest=/etc/ironic/ironic.conf
|
dest=/etc/ironic/ironic.conf
|
||||||
insertafter="[agent]"
|
insertafter="[pxe]"
|
||||||
regexp='^(.*)agent_pxe_config_template=(.*)$'
|
regexp='^(.*)pxe_config_template=(.*)$'
|
||||||
line="agent_pxe_config_template=/etc/ironic/agent_config.template"
|
line="pxe_config_template=/etc/ironic/agent_config.template"
|
||||||
- name: "Configure conductor API url"
|
- name: "Configure conductor API url"
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest=/etc/ironic/ironic.conf
|
dest=/etc/ironic/ironic.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user