Public bug reported: I found a missing config in this section https://docs.openstack.org/neutron/2025.1/install/controller-install- option1-ubuntu.html#configure-the-dhcp-agent
`/etc/neutron/dhcp_agent.ini` ``` [DEFAULT] # ... interface_driver = openvswitch # <<<<<<<< This needs to be added dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq enable_isolated_metadata = true ``` This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [X] This doc is inaccurate in this way: ______ - [ ] This is a doc addition request. - [ ] I have a fix to the document that I can paste below including example: input and output. If you have a troubleshooting or support issue, use the following resources: - The mailing list: https://lists.openstack.org - IRC: 'openstack' channel on OFTC ----------------------------------- Release: 26.0.2.dev34 on 2025-02-19 09:42:53 SHA: 6c4b1b565fb7cb4147dc4876b64530e22233fdcf Source: https://opendev.org/openstack/neutron/src/doc/source/install/controller-install-option1-ubuntu.rst URL: https://docs.openstack.org/neutron/2025.1/install/controller-install-option1-ubuntu.html ** Affects: neutron Importance: Undecided Status: New ** Tags: doc -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2120777 Title: Networking Option 1: Provider networks in Neutron Status in neutron: New Bug description: I found a missing config in this section https://docs.openstack.org/neutron/2025.1/install/controller-install- option1-ubuntu.html#configure-the-dhcp-agent `/etc/neutron/dhcp_agent.ini` ``` [DEFAULT] # ... interface_driver = openvswitch # <<<<<<<< This needs to be added dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq enable_isolated_metadata = true ``` This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [X] This doc is inaccurate in this way: ______ - [ ] This is a doc addition request. - [ ] I have a fix to the document that I can paste below including example: input and output. If you have a troubleshooting or support issue, use the following resources: - The mailing list: https://lists.openstack.org - IRC: 'openstack' channel on OFTC ----------------------------------- Release: 26.0.2.dev34 on 2025-02-19 09:42:53 SHA: 6c4b1b565fb7cb4147dc4876b64530e22233fdcf Source: https://opendev.org/openstack/neutron/src/doc/source/install/controller-install-option1-ubuntu.rst URL: https://docs.openstack.org/neutron/2025.1/install/controller-install-option1-ubuntu.html To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2120777/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

