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
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to