Skip to content

LIBCLOUD-504: Add support for records with multiple values such as MX/...#237

Closed
cderamus wants to merge 2 commits intoapache:trunkfrom
DivvyCloud:LIBCLOUD-504_Add_Multi_Record_Support
Closed

LIBCLOUD-504: Add support for records with multiple values such as MX/...#237
cderamus wants to merge 2 commits intoapache:trunkfrom
DivvyCloud:LIBCLOUD-504_Add_Multi_Record_Support

Conversation

@cderamus
Copy link
Contributor

@cderamus cderamus commented Feb 2, 2014

...NS records as well an additional fixture and test.

…MX/NS records as well an additional fixture and test.
@Kami
Copy link
Member

Kami commented Feb 2, 2014

I was actually thinking about that in the past.

If we want to make it consistent across all the drivers, each value should be exposed as a separate record (that's how it currently works with other drivers).

For example:

  • record 1: name=None, value=ASPMX.L.GOOGLE.COM., extra['priority']=1
  • record 2: name=None, value=ALT1.ASPMX.L.GOOGLE.COM., extra['priority']=5
  • etc.

@cderamus
Copy link
Contributor Author

cderamus commented Feb 2, 2014

Gotcha, that makes sense. I'll update this shortly.

… MX records to be broken out into separate Record objects.
@Kami
Copy link
Member

Kami commented Feb 5, 2014

I've merged changes to trunk, thanks.

While I was at it, I also made some changes to parse / handle SRV records better.

@cderamus
Copy link
Contributor Author

cderamus commented Feb 5, 2014

Ah great call, thanks!

@cderamus cderamus closed this Feb 5, 2014
@cderamus cderamus deleted the LIBCLOUD-504_Add_Multi_Record_Support branch February 6, 2014 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants