[GitHub] libcloud pull request: [LIBCLOUD-682] Add fields for additional Op...

2015-03-25 Thread jimbobhickville
GitHub user jimbobhickville opened a pull request: https://github.com/apache/libcloud/pull/488 [LIBCLOUD-682] Add fields for additional OpenStack size information Adds: * swap - the amount of swap provisioned for the flavor * ephemeral_disk - the amount of non-root local

[GitHub] libcloud pull request: Ensure rackspace lbs and servers know their...

2015-12-02 Thread jimbobhickville
GitHub user jimbobhickville opened a pull request: https://github.com/apache/libcloud/pull/650 Ensure rackspace lbs and servers know their uri and service_name This is a precursor to adding Rackspace RDNS support. It lets you set PTR records for loadbalancers and servers

[GitHub] libcloud pull request: [LIBCLOUD-780] Add Rackspace RDNS support

2015-12-03 Thread jimbobhickville
GitHub user jimbobhickville opened a pull request: https://github.com/apache/libcloud/pull/652 [LIBCLOUD-780] Add Rackspace RDNS support New DNS driver methods: * ex_iterate_ptr_records * ex_get_ptr_record * ex_create_ptr_record * ex_update_ptr_record

[GitHub] libcloud pull request: [LIBCLOUD-780] Add Rackspace RDNS support

2015-12-03 Thread jimbobhickville
GitHub user jimbobhickville reopened a pull request: https://github.com/apache/libcloud/pull/652 [LIBCLOUD-780] Add Rackspace RDNS support New DNS driver methods: * ex_iterate_ptr_records * ex_get_ptr_record * ex_create_ptr_record * ex_update_ptr_record

[GitHub] libcloud pull request: [LIBCLOUD-780] Add Rackspace RDNS support

2015-12-03 Thread jimbobhickville
Github user jimbobhickville closed the pull request at: https://github.com/apache/libcloud/pull/652 --- 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

[GitHub] libcloud pull request: Use hasattr rather than getattr to check fo...

2015-12-15 Thread jimbobhickville
GitHub user jimbobhickville opened a pull request: https://github.com/apache/libcloud/pull/659 Use hasattr rather than getattr to check for existence I forgot getattr throws an exception. This should have been a hasattr. Additionally added a check to make sure it's a dict