Description of problem: Whenever a new network is created, the DHCP agent should create a network namespace. However, the DHCP agent notifications aren't sent, due to the following change in the upstream tripleo templates: https://github.com/openstack/tripleo-heat-templates/commit/4bac4ec9531c43b83b73360d994daae53ae60cf8 We're able to work around this by adding this parameter to our deployments and setting explicitly, but in our view, this change probably shouldn't have been merged to stable branches as-is, since it breaks existing deployments. Version-Release number of selected component (if applicable): Red Hat Openstack 16.2.5 How reproducible: Every time after update.
We should update our docs to notify users that in case they use custom templates and they need DHCP agent then they should set DhcpAgentNotification to true. SME: jlibosva