Provider.RACKSPACE constant is not deprecated.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/11ea03f3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/11ea03f3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/11ea03f3 Branch: refs/heads/trunk Commit: 11ea03f3b443fc97700d9c07274e21e784621739 Parents: 2b2a79c Author: Tomaz Muraus <to...@tomaz.me> Authored: Thu Mar 31 19:21:22 2016 -0700 Committer: Tomaz Muraus <to...@tomaz.me> Committed: Thu Mar 31 19:21:22 2016 -0700 ---------------------------------------------------------------------- libcloud/compute/types.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/11ea03f3/libcloud/compute/types.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/types.py b/libcloud/compute/types.py index d1e72d5..f2abf96 100644 --- a/libcloud/compute/types.py +++ b/libcloud/compute/types.py @@ -209,7 +209,6 @@ DEPRECATED_RACKSPACE_PROVIDERS = [Provider.RACKSPACE_UK, Provider.RACKSPACE_NOVA_ORD] OLD_CONSTANT_TO_NEW_MAPPING = { # Rackspace - Provider.RACKSPACE: Provider.RACKSPACE_FIRST_GEN, Provider.RACKSPACE_UK: Provider.RACKSPACE_FIRST_GEN, Provider.RACKSPACE_NOVA_BETA: Provider.RACKSPACE,