openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #14245
floating IP dns question
I don't understand how to use the floating IP dns extension.
OK, I can add a domain for a project but what DNS server should I query afterwards to resolve the name to an IP?
The dnsmasq server running on my controller seems to only know about the novalocal domain (which is the private network)
or is it only usable through the API? even to resolve?
GET /v1.1/<tenant_id>/os-floating-ip-dns/<domain>/entries/<name>
# Sample Response:
{ 'dns_entry' :
{ 'ip' : '192.168.53.11',
'type' : 'A',
'domain' : <domain>,
'name' : <name> }}
thanks
Boris
Follow ups