I would like to create a domain with designateclient (
https://github.com/openstack/python-designateclient):
*designate domain-create --name 172.in-addr.arpa. --email d...@xxx.es
<d...@xxx.es>*
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.

With the REST API, you could use the *X-Auth-Sudo-Tenant-ID* header to
assign a domain to a tenant. If the header was not present, it was not
assigned to a tenant.

Is there any option to use designateclient but forcing that it's created
with no tenant?
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to