Hello Sanjay,

Do you have logs and detailed info for the neutron-dhcp-agent-default pod and possibly containers inside it which are stuck in Init phase?
neutron-server and rabbitmq seem to be running fine.

Here are some docs and code you could get hints from:
https://docs.openstack.org/openstack-helm/latest/devref/networking.html#neutron-dhcp-agent
https://github.com/openstack/openstack-helm/blob/master/neutron/templates/daemonset-dhcp-agent.yaml
https://github.com/openstack/openstack-helm/blob/master/neutron/templates/bin/_neutron-dhcp-agent-init.sh.tpl
https://github.com/openstack/openstack-helm/blob/master/neutron/templates/bin/_neutron-dhcp-agent.sh.tpl

Best regards,
Roman Gorshunov