GitHub user ack opened a pull request:
https://github.com/apache/libcloud/pull/819
[WIP] CLC driver
## CenturyLinkCloud
### Status
- work in progress
- looking for initial feedback
### Checklist (tick everything that applies)
- [ ] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ack/libcloud clc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/819.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #819
----
commit 38b61eb13fcee91c1a172516da93a9c652b29024
Author: Greg Hill <[email protected]>
Date: 2015-12-15T16:42:47Z
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 before treating it as such.
Closes #659
commit 1b3b91cd0e96161b059c15ad2da183f500c3878e
Author: Juan Font Alonso <[email protected]>
Date: 2015-12-10T13:44:43Z
Fixed error when proxy_url is None.
commit eb49f38dfa21887774d24d0cd1079c1958ea8a7e
Author: anthony-shaw <[email protected]>
Date: 2015-12-20T22:05:16Z
Fixed bug in public IP addition command
Closes #661
commit 302b9bba33aeecbc2768c9d796845d31a2a1e9e4
Author: Ming Sheng <[email protected]>
Date: 2015-12-20T15:02:12Z
Fix syntax error for DimensionDataStatus object
Closes #662
commit 22093a6a55a73274be263567effbe1af577e22c7
Author: Eric Johnson <[email protected]>
Date: 2015-12-18T23:57:47Z
[google] Allow for old and new style service account client email address
Closes LIBCLOUD-785
commit d1cf931796f1064f5b1c36d35a80551488fb5d50
Author: Eric Johnson <[email protected]>
Date: 2016-01-15T15:39:46Z
bugfix version 0.20.1
commit 87deb04498ea8bb5068e362810c3d2ab89359b48
Author: Eric Johnson <[email protected]>
Date: 2016-01-15T19:28:44Z
update chnages for 0.20.1
commit 06e5bf54ffea04ba167dd27f4daed542478f1eb0
Author: Albert Choi <[email protected]>
Date: 2016-06-17T20:36:41Z
clc provider
commit abb0ff4c5d29c562ada614f59a8ebc36218b75a1
Author: Albert Choi <[email protected]>
Date: 2016-06-17T20:39:39Z
impl start
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---