Updated Branches: refs/heads/trunk 518ab8d59 -> 41b3ca934
Update release notes for CloudStack driver. Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0b723e76 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0b723e76 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0b723e76 Branch: refs/heads/trunk Commit: 0b723e7674e9c63d4dc6544b2b0eb8b45989168a Parents: 518ab8d Author: Sebastien Goasguen <[email protected]> Authored: Tue Oct 15 14:07:08 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Oct 15 15:03:56 2013 +0200 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/0b723e76/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 6f60829..ccaa979 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -185,6 +185,17 @@ more pleasant to use. Backward incompatible changes are listed bellow: * ``CloudStackForwardingRule`` class has been renamed to ``CloudStackIPForwardingRule`` +* ``create_node`` method arguments are now more consistent + with other drivers. Security groups are now passed as ``ex_security_groups``, SSH keypairs + are now passed as ``ex_keyname`` and userdata is now passed as ``ex_userdata``. + +* For advanced networking zones, multiple networks can now be passed to the ``create_node`` + method instead of a single network id. These networks need to be instances of the ``CloudStackNetwork`` class. + +* The ``extra_args`` argument of the ``create_node`` method has been removed. + The only arguments accepted are now the defaults ``name``, ``size``, ``image``, ``location`` plus + ``ex_keyname``, ``ex_userdata``, ``ex_security_groups`` and ``networks``. + Unification of extension arguments for security group handling in the EC2 driver ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
