diff options
-rw-r--r-- | undercloud-bm.yaml | 1 | ||||
-rw-r--r-- | undercloud-vm.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/undercloud-bm.yaml b/undercloud-bm.yaml index 181a58e2..cfc6f4ff 100644 --- a/undercloud-bm.yaml +++ b/undercloud-bm.yaml @@ -152,6 +152,7 @@ Resources: ram_allocation_ratio: 1.0 reserved_host_memory_mb: 0 baremetal: + use_file_injection: "False" arch: Ref: BaremetalArch db: mysql://nova:unset@localhost/nova_bm diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 4e09e773..e8502a57 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -157,6 +157,7 @@ Resources: ram_allocation_ratio: 1.0 reserved_host_memory_mb: 0 baremetal: + use_file_injection: "False" arch: Ref: BaremetalArch db: mysql://nova:unset@localhost/nova_bm |