[jira] [Commented] (LIBCLOUD-813) create_record of GoDaddy DNS driver throws exception

2016-04-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15263151#comment-15263151 ] ASF GitHub Bot commented on LIBCLOUD-813: - Github user asfgit closed the pull request at:

libcloud git commit: Following fixes were done: Only MX and SRV records have pririoty. Content-type for data has to be json. data param of connection request must be string, changed that. Closes #77

2016-04-28 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 5c09af271 -> a2682566b Following fixes were done: Only MX and SRV records have pririoty. Content-type for data has to be json. data param of connection request must be string, changed that. Closes #775 Project:

[GitHub] libcloud pull request: Add support for Google Compute Engine Image...

2016-04-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/778 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

libcloud git commit: Add support for Google Compute Engine Image Families

2016-04-28 Thread erjohnso
Repository: libcloud Updated Branches: refs/heads/trunk 26a54f158 -> 5c09af271 Add support for Google Compute Engine Image Families Add the ability to specify an "Image Family" for creating a node and/or volume, and the ability to get an image object from a family name. Closes #778