diff options
author | Robert Collins <rbtcollins@hp.com> | 2014-01-31 11:01:45 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2014-01-31 11:23:03 +1300 |
commit | 6027346b9bcf7c8c4a4f91dbead6c42d2fefdd3d (patch) | |
tree | 54760c3db92565d0e5ba67f5b92632f2d400c621 | |
parent | 4aff0fb3f718ee0e55f39f5d0663feb22a14e9a3 (diff) |
Remove file injection config option.
We're just forcing it off now that the seed is Neutron based.
Change-Id: I3ebc1454aba9d2c2587628f9cded6e0f445f3606
-rw-r--r-- | undercloud-bm-source.yaml | 1 | ||||
-rw-r--r-- | undercloud-vm-source.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/undercloud-bm-source.yaml b/undercloud-bm-source.yaml index 0f546c46..ff00d28c 100644 --- a/undercloud-bm-source.yaml +++ b/undercloud-bm-source.yaml @@ -22,7 +22,6 @@ 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-source.yaml b/undercloud-vm-source.yaml index a8987072..e70ef52d 100644 --- a/undercloud-vm-source.yaml +++ b/undercloud-vm-source.yaml @@ -26,7 +26,6 @@ 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 |