Updated Branches: refs/heads/trunk 8a331e88d -> 18ed5e52b
docs: Update upgrade notes. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/18ed5e52 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/18ed5e52 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/18ed5e52 Branch: refs/heads/trunk Commit: 18ed5e52bde6187de4202a3e5f3de46fa4077103 Parents: 8a331e8 Author: Tomaz Muraus <[email protected]> Authored: Fri Oct 18 00:05:32 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Fri Oct 18 00:05:32 2013 +0200 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/18ed5e52/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index b2433a3..96b38f2 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -262,6 +262,13 @@ List which shows how old classes map to a new ``region`` argument value: * ``ELASTICHOSTS_AU1`` -> ``syd-y`` * ``ELASTICHOSTS_CN1`` -> ``cn-1`` +Because of this change main driver class has also been renamed from +:class:`libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver` +to :class:`libcloud.compute.drivers.elastichosts.ElasticHostsNodeDriver`. + +Only users who directly instantiate a driver and don't use recommended +``get_driver`` method are affected by this change. + Old code: .. sourcecode:: python
