Removed unused/redundant azure_compute Provider
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/126073cc Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/126073cc Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/126073cc Branch: refs/heads/trunk Commit: 126073cc81e7125a2a309700c1524a9529bb6bcb Parents: 123dda8 Author: Michael Bennett <[email protected]> Authored: Wed Nov 26 16:16:19 2014 -0500 Committer: Michael Bennett <[email protected]> Committed: Wed Nov 26 16:16:19 2014 -0500 ---------------------------------------------------------------------- libcloud/compute/providers.py | 2 -- libcloud/compute/types.py | 1 - 2 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/126073cc/libcloud/compute/providers.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/providers.py b/libcloud/compute/providers.py index f17a535..c1b212f 100644 --- a/libcloud/compute/providers.py +++ b/libcloud/compute/providers.py @@ -155,8 +155,6 @@ DRIVERS = { ('libcloud.compute.drivers.profitbricks', 'ProfitBricksNodeDriver'), Provider.VULTR: ('libcloud.compute.drivers.vultr', 'VultrNodeDriver'), - Provider.AZURE_COMPUTE: - ('libcloud.compute.drivers.azure_compute', 'AzureNodeDriver'), # Deprecated Provider.CLOUDSIGMA_US: http://git-wip-us.apache.org/repos/asf/libcloud/blob/126073cc/libcloud/compute/types.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/types.py b/libcloud/compute/types.py index f617df0..84732b3 100644 --- a/libcloud/compute/types.py +++ b/libcloud/compute/types.py @@ -131,7 +131,6 @@ class Provider(object): VSPHERE = 'vsphere' PROFIT_BRICKS = 'profitbricks' VULTR = 'vultr' - AZURE_COMPUTE = 'azure_compute' # OpenStack based providers HPCLOUD = 'hpcloud'
