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"
|
||||
lineinfile:
|
||||
dest=/etc/ironic/ironic.conf
|
||||
insertafter="[agent]"
|
||||
regexp='^(.*)agent_pxe_append_params=(.*)$'
|
||||
line="agent_pxe_append_params=systemd.journald.forward_to_console=yes"
|
||||
insertafter="[pxe]"
|
||||
regexp='^(.*)pxe_append_params=(.*)$'
|
||||
line="pxe_append_params=systemd.journald.forward_to_console=yes"
|
||||
- name: "For agent, place agent PXE template"
|
||||
lineinfile:
|
||||
dest=/etc/ironic/ironic.conf
|
||||
insertafter="[agent]"
|
||||
regexp='^(.*)agent_pxe_config_template=(.*)$'
|
||||
line="agent_pxe_config_template=/etc/ironic/agent_config.template"
|
||||
insertafter="[pxe]"
|
||||
regexp='^(.*)pxe_config_template=(.*)$'
|
||||
line="pxe_config_template=/etc/ironic/agent_config.template"
|
||||
- name: "Configure conductor API url"
|
||||
lineinfile:
|
||||
dest=/etc/ironic/ironic.conf
|
||||
|
Loading…
Reference in New Issue
Block a user