diff options
author | Dan Radez <dradez@redhat.com> | 2017-10-03 23:33:09 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-10-03 23:33:09 -0400 |
commit | 811bb2c4878973fd3c479d880bb6aea9b1c2958c (patch) | |
tree | 08129aa14341359f7b8c028bb23fc1d5f85a4734 | |
parent | fa4fcdc5dd0c866e837e142f6eb164435fb0c1d4 (diff) |
This config is no longer needed
it is setting and unescaped default value which ended up setting an
invalid value. removing it uses the default which accomplishes what
this was originally attempting to put into place.
Change-Id: I03660921860adf7625e17d2c4a3ba07b62d0f3f0
Signed-off-by: Dan Radez <dradez@redhat.com>
-rw-r--r-- | lib/ansible/playbooks/undercloud_aarch64.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/playbooks/undercloud_aarch64.yml b/lib/ansible/playbooks/undercloud_aarch64.yml index e8b2818c..040831c5 100644 --- a/lib/ansible/playbooks/undercloud_aarch64.yml +++ b/lib/ansible/playbooks/undercloud_aarch64.yml @@ -22,7 +22,6 @@ } dest: /tftpboot/EFI/centos/grub.cfg mode: 0644 - - shell: 'openstack-config --set /etc/ironic/ironic.conf pxe uefi_pxe_config_template $pybasedir/drivers/modules/pxe_grub_config.template' - shell: 'openstack-config --set /etc/ironic/ironic.conf pxe uefi_pxe_bootfile_name grubaa64.efi' - systemd: name: openstack-ironic-conductor |