A way is needed to set DHCP options for VM networking
Bug #1343687 reported by
Tom Waterhouse
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cisco Openstack |
New
|
Undecided
|
Unassigned |
Bug Description
I have a GRE network using Icehouse (i.0). The VMs need to have their MTU size reduced to account for the additional GRE info. Before using the Cisco installer I modified /etc/neutron/
At this point I have no option that I am aware of to set DHCP option values, so I manually edited the file. When the Puppet agent runs an update on the controller node the change that I had made is removed.
I need one of the following:
1) a way to set the override
2) a way to set DHCP options
3) the Cisco installer to automatically adjust the MTU for GRE networks
To post a comment you must log in.
The dnsmasq_config_file option is parameterized already:
https:/ /github. com/CiscoSystem s/puppet- neutron/ blob/i. 0/manifests/ agents/ dhcp.pp# L45-L47
That means you can add something like this to user.yaml to change it:
neutron: :agents: :dhcp:: dnsmasq_ config_ file: '/foo/bar.cfg'