linode has a full API to support managed DNS. Have the 1st call, domain.list working
method also support option parameter to narrow results to a single domain
can now create DNS zones on linode
added support for domain.create method.
continuing work to support rest of DNS zone methods
added a sample in examples directory. Right now includes code for slicehost. will add linode once API fully supported
Added basic spec framework; changed class names to match the template fog seems to prefer
Servers tests pass; create and delete implemented.
Added an example script
Properly handle a 409 response from the API
Fixed BBG code to work with the new api endpoint changes; tweaks to the (currently nonexistent) reboot api call
Implement the reboot command for blocks