Add enable_ironic_ipxe option to globals.yml

Kolla Ironic reference point out enable booting via iPXE by setting
"enable_ironic_ipxe" to "true" in "/etc/kolla/globals.yml", but there
is no enable_ironic_ipxe option exists in globals.yml.

Change-Id: I5794fc5a7d236f7f486011f53366a5b3f4c59731
This commit is contained in:
chenxing 2018-07-05 15:44:08 +08:00
parent 66205ab1fa
commit f7e64beaed
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ kolla_internal_vip_address: "10.10.10.254"
#enable_hyperv: "no"
#enable_influxdb: "no"
#enable_ironic: "no"
#enable_ironic_ipxe: "no"
#enable_ironic_pxe_uefi: "no"
#enable_kafka: "no"
#enable_karbor: "no"