You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/10/15 15:05:25 UTC

[1/2] git commit: Update release notes for CloudStack driver.

Updated Branches:
  refs/heads/trunk 518ab8d59 -> 41b3ca934


Update release notes for CloudStack driver.

Signed-off-by: Tomaz Muraus <to...@apache.org>


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 <ru...@gmail.com>
Authored: Tue Oct 15 14:07:08 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 


[2/2] git commit: docs: Split lines on 80 columns.

Posted by to...@apache.org.
docs: Split lines on 80 columns.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/41b3ca93
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/41b3ca93
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/41b3ca93

Branch: refs/heads/trunk
Commit: 41b3ca9347dc88661af2a5dbc1aaacb6b0c4e73e
Parents: 0b723e7
Author: Tomaz Muraus <to...@apache.org>
Authored: Tue Oct 15 15:05:09 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Tue Oct 15 15:05:09 2013 +0200

----------------------------------------------------------------------
 docs/upgrade_notes.rst | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/41b3ca93/docs/upgrade_notes.rst
----------------------------------------------------------------------
diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst
index ccaa979..ad7e4c0 100644
--- a/docs/upgrade_notes.rst
+++ b/docs/upgrade_notes.rst
@@ -185,16 +185,19 @@ 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``.
+* ``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.
+* 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``.
+  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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~