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 <[email protected]> Authored: Tue Oct 15 15:05:09 2013 +0200 Committer: Tomaz Muraus <[email protected]> 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
