diff options
author | Roman Podolyaka <rpodolyaka@mirantis.com> | 2013-10-23 14:13:31 +0300 |
---|---|---|
committer | Roman Podolyaka <rpodolyaka@mirantis.com> | 2013-10-23 17:57:09 +0300 |
commit | 445dda586391c1c9d293f55f216596889066a8a0 (patch) | |
tree | a8b458be28bed750bf94e93be9a2879e4cf5f550 | |
parent | b3b5b600511515897f529750439776355c77d564 (diff) |
Disable nova bm file injection in undercloud
We are now relying on host routes feature of neutron-dhcp-agent,
so it's time to disable nova bm file injection in undercloud
and use neutron-dhcp-agent instead (if file injection is enabled
the static route for metadata server is not set and overcloud
machines hit seed vm metadata server instead of undercloud one).
Co-Authored-By: Derek Higgins <derekh@redhat.com>
Partial-Bug: #1241042
Change-Id: I04a7fb0399031cbf475a427cceac080296f9bc8d
-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 |