Repository: libcloud
Updated Branches:
  refs/heads/trunk 849043eaa -> 8abaf891c
Updated Tags:  refs/tags/v0.15.0-tentative [created] e71615f8d
  refs/tags/v0.15.1-tentative [created] 6df77f6e2
  refs/tags/v0.19.0-tentative [created] 5d9540b48


Corrected dd-ap 'host'

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

Branch: refs/heads/trunk
Commit: b97168e212579e4b21a09694bf271e9385d06b7f
Parents: 64f5664
Author: Ming Sheng <mingshen...@gmail.com>
Authored: Thu Sep 17 18:12:58 2015 +0800
Committer: Ming Sheng <mingshen...@gmail.com>
Committed: Thu Sep 17 18:12:58 2015 +0800

----------------------------------------------------------------------
 libcloud/common/dimensiondata.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b97168e2/libcloud/common/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/common/dimensiondata.py b/libcloud/common/dimensiondata.py
index 85ca6c8..5a023b3 100644
--- a/libcloud/common/dimensiondata.py
+++ b/libcloud/common/dimensiondata.py
@@ -61,7 +61,7 @@ API_ENDPOINTS = {
     },
     'dd-ap': {
         'name': 'Asia Pacific (AP)',
-        'host': 'api-na.dimensiondata.com',
+        'host': 'api-ap.dimensiondata.com',
         'vendor': 'DimensionData'
     },
     'dd-latam': {

Reply via email to