<div dir="ltr"><div dir="ltr"><div>I would like to create a domain with designateclient (<a href="https://github.com/openstack/python-designateclient" target="_blank">https://github.com/openstack/python-designateclient</a>):<br><b style="font-weight:normal"><span style="font-size:10.6667px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">designate domain-create --name 172.in-addr.arpa. --email <a href="mailto:dns@xxx.es" target="_blank">dns@xxx.es</a></span></b><br></div>However,
 any domain created is associated to a tenant and I don't want such an 
association because I want this domain to be valid to any tenant.<br><div><br></div><div>With the REST API, you could use the <b style="font-weight:normal"><span style="font-size:12px;font-family:"Courier New";color:rgb(0,0,0);background-color:transparent;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">X-Auth-Sudo-Tenant-ID</span></b> header to assign a domain to a tenant. If the header was not present, it was not assigned to a tenant.<br><br></div><div>Is there any option to use designateclient but forcing that it's created with no tenant?</div></div></div>