Hi Vish,<br><br><div>I try to implement a solution to add the tenant name to the local domain name of a tenant with nova network. Like you propose in this code review: <a href="https://review.openstack.org/#/c/16153/6">https://review.openstack.org/#/c/16153/6</a></div>
<div><br></div><div>But I got a problem. I don't know how to obtain the tenant name.</div><div>I can get it from the context but this context is not often filled with the tenant name (when the network initiate the host for example).</div>
<div>In the network DB entry, I can find the tenant ID. But I don't know how to obtain the tenant name from this ID, is it  possible ?</div><div><br></div><div>If not, I must change the network DB entry to contain the tenant_name or a domain field built from the tenant name + CONF.dhcp_domain.</div>
<div><br></div><div>Or perhaps, we can use the field 'label' in network DB entry. Instead of use the tenant name. We can append the network label with the flag 'dhcp_domain'.</div><div><br></div><div>Another question not in relation with precedent, do you plan to backport your bp <a href="https://blueprints.launchpad.net/nova/+spec/shared-dhcp-ip">https://blueprints.launchpad.net/nova/+spec/shared-dhcp-ip</a> to Folsom ? This patch is very small and hasn't a big impact to the nova network code.</div>
<div><br></div><div>Regards,</div><div>Édouard.</div>