docs: Fix typo in upgrade notes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1dd2382c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1dd2382c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1dd2382c Branch: refs/heads/trunk Commit: 1dd2382cff5cb448f08f3521cfc448f6c411a321 Parents: 7a286e7 Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 8 18:15:06 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 8 18:15:06 2013 +0100 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1dd2382c/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 615f4e8..b4aa68b 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -161,9 +161,9 @@ model. As such, the following provider constants have been **removed**: And replaced with two new constants: -* ``RACKSPACE`` - Supported values for ``region`` argument are: ``us``, ``uk``. +* ``RACKSPACE_FIRST_GEN`` - Supported values for ``region`` argument are: ``us``, ``uk``. Default value is ``us``. -* ``RACKSPACE_FIRST_GEN`` - Supported values for the ``region`` argument are: +* ``RACKSPACE`` - Supported values for the ``region`` argument are: ``dfw``, ``ord``, ``iad``, ``lon``, ``syd``, ``hkg``. Default value is ``dfw``.
