Add ability to deploy dhcp agent on compute node

Related-Prod: PROD-18109
Change-Id: I1a19106959e0bf96bc64b90a9c4b400551c30c00
diff --git a/README.rst b/README.rst
index 81d7e5e..7cdb12d 100644
--- a/README.rst
+++ b/README.rst
@@ -747,6 +747,17 @@
       gateway:
         vlan_aware_vms: true
 
+Neutron with DHCP agent on compute node
+---------------------------------------
+
+.. code-block:: yaml
+
+    neutron:
+      ....
+      compute:
+        dhcp_agent_enabled: true
+      ....
+
 Neutron with OVN
 ----------------