On Oct 15, 2013, at 11:14 AM, Tomaz Muraus <[email protected]> wrote:
> Next release which will include a bunch of bigger changes, including the > move from one class per region to a single class + region argument model is > approaching. > > I would appreciate if someone could cross-check and review the upgrade > notes for this release. > > Docs: > https://ci.apache.org/projects/libcloud/docs/upgrade_notes.html#libcloud-0-14-0 > Source: > https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=docs/upgrade_notes.rst;hb=HEAD#l8 > In the cloudstack driver, we moved from passing extra create_node arguments with an extra_args param and kwargs to passing them explicitly. This gives increase consistency with the other drivers. Specifically. -ssh key pairs are now passed via the ex_keyname param -userdata is now passed via the ex_userdata param -security groups are now passed via the ex_security_groups -Multiple networks can be passed for advanced zones. Networs are now passed as a list of of CloudStackNetwork instances in a networks parameters, instead of a single network id This is backward incompatible. Do you want a patch to the upgrade notes ? -sebastien > Once those changes have been reviewed, I'll work on rolling out a RC1 > release. > > Thanks
