You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/12/02 04:33:38 UTC

[36/40] libcloud git commit: Remove unsupported qa env

Remove unsupported qa env


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8db131a7
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8db131a7
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8db131a7

Branch: refs/heads/trunk
Commit: 8db131a743ee4a8940bc8687ec6b20a505872fa3
Parents: b27bbe0
Author: Samuel Chong <sa...@gmail.com>
Authored: Fri Nov 25 14:58:36 2016 +1100
Committer: Samuel Chong <sa...@gmail.com>
Committed: Fri Nov 25 14:58:36 2016 +1100

----------------------------------------------------------------------
 libcloud/common/dimensiondata.py | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8db131a7/libcloud/common/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/common/dimensiondata.py b/libcloud/common/dimensiondata.py
index cf928c4..786a163 100644
--- a/libcloud/common/dimensiondata.py
+++ b/libcloud/common/dimensiondata.py
@@ -269,11 +269,6 @@ API_ENDPOINTS = {
         'name': 'Africa (AF)',
         'host': 'afapi.bsnlcloud.com',
         'vendor': 'BSNL'
-    },
-    'dd-qa': {
-        'name': 'Test(QA)',
-        'host': 'apiqa1geo1.itaas.dimensiondata.com',
-        'vendor': 'DimensionData'
     }
 }