Matt Perry created LIBCLOUD-224:
-----------------------------------

             Summary: Rackspace DNS - can't create records on domains
                 Key: LIBCLOUD-224
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-224
             Project: Libcloud
          Issue Type: Bug
          Components: Core
         Environment: Python 2.6+
            Reporter: Matt Perry


Due to the line:

name = self._to_full_record_name(domain=zone.domain, name=name)

in libcloud/dns/drivers/rackspace.py, it's impossible to create records for 
domains (e.g. an A record for example.com) since _to_full_record_name 
concatenates a subdomain and a zone's domain name.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to