Niels Abspoel 2013-07-01 16:23:50 +00:00 committed by Git OBS Bridge
parent 164c1b40a4
commit 66cf6c2891

View File

@ -1,4 +1,65 @@
-------------------------------------------------------------------
Mon Jul 1 16:16:22 UTC 2013 - aboe76@gmail.com
- Updated to 0.13.0
- general changes:
- Add homebrew curl-ca-bundle path to CA_CERTS_PATH
- Modify OpenStackAuthConnection and change auth_token_expires
attribute to be a datetime object instead of a string.
- Modify OpenStackAuthConnection to support re-using of the
existing auth token if it's still valid instead of re-authenticating on every
authenticate() call.
- Modify base Connection class to not send Content-Length header if body is
not provided.
- Add the new error class ProviderError and modify InvalidCredsError to
inherit from it.
- Compute changes:
- Fix destroy_node method in the experimental libvirt driver.
- Add ex_start_node method to the Joyent driver.
- Fix Python 3 compatibility issue in the ScriptFileDeployment class.
- Add ex_set_metadata_entry and ex_get_metadata method to the VCloud driver.
- Various improvements and bug-fixes in the VCloud driver.
- Modify list_sizes method in the OpenStack driver to include
OpenStackNodeSize object which includes 'vcpus' attribute which holds
a number of virtual CPUs for this size.
- For consistency rename "ex_describe_keypairs" method in the EC2 driver to
"ex_describe_keypair".
- Modify "ex_describe_keypair" method to return key fingerprint in the
return value.
- Populate private_ips attribute in the CloudStack drive when returning
a Node object from the create_node method.
- Allow user to pass extra arguments via "extra_args" argument which are
then passed to the "deployVirtualMachine" call in the CloudStack driver
create_node method.
- Update Gandi driver to handle new billing model.
- Fix a bug in the Linode driver and remove extra newline which is added
when generating a random root password in create_node.
- Add extension methods for managing keypairs to the CloudStack driver.
- Add extension methods for managing security groups to the CloudStack
driver.
- Add extension methods for starting and stoping the node to the
CloudStack driver.
- Fix old _wait_until_running method.
- Fix a bug in the GoGrid driver get_uuid method.
- Various bug fixes and improvements in the HostVirtual driver.
- Fix a bug with deploy_node not respecting 'timeout' kwarg.
- Modify create_node method in CloudStack driver to return an instance of
CloudStackNode and add a new "expunging" node state.
- Update API endpoint hostnames in the ElasticHost driver and use hostnames
which return a valid SSL certificate.
- Add a driver for Rackspace's new datacenter in Sydney, Australia.
- Add ex_list_networks method and missing tests for list_templates to the
CloudStack driver.
- Correctly throw InvalidCredsError if user passes invalid credentials to
the DigitalOcean driver.
- Storage changes:
- Fix an issue with double encoding the container name in the CloudFiles
driver upload_object method.
Also properly encode container and object name used in the HTTP request
in the get_container and get_object method.
- Load Balancer changes:
- Add ex_list_current_usage method to the Rackspace driver.
-------------------------------------------------------------------
Tue May 7 17:56:01 UTC 2013 - aboe76@gmail.com
- Updated to 0.12.4