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/10/10 09:48:56 UTC

[1/4] libcloud git commit: fix audit log report url

Repository: libcloud
Updated Branches:
  refs/heads/trunk 4d11ec272 -> 9c1417ea9


fix audit log report url


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

Branch: refs/heads/trunk
Commit: ea8e150fb36098cf1b2e1f948aac361613be9f3c
Parents: 4d11ec2
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Oct 10 19:48:55 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Oct 10 19:48:55 2016 +1100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ea8e150f/libcloud/compute/drivers/dimensiondata.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/dimensiondata.py b/libcloud/compute/drivers/dimensiondata.py
index 8900086..5e6fe76 100644
--- a/libcloud/compute/drivers/dimensiondata.py
+++ b/libcloud/compute/drivers/dimensiondata.py
@@ -2504,7 +2504,7 @@ class DimensionDataNodeDriver(NodeDriver):
         :rtype: ``list`` of ``list``
         """
         result = self.connection.raw_request_with_orgId_api_1(
-            'report/usageSoftwareUnits?startDate=%s&endDate=%s' % (
+            'report/auditlog?startDate=%s&endDate=%s' % (
                 start_date, end_date))
         return self._format_csv(result.response)
 


[2/4] libcloud git commit: update changes

Posted by an...@apache.org.
update changes


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

Branch: refs/heads/trunk
Commit: 6beab4cfd4333aaa0d5b1a9e48f2c7843ca0a957
Parents: 4d11ec2
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Oct 10 20:47:46 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Oct 10 20:47:46 2016 +1100

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6beab4cf/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index f94040e..aadefbe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,10 @@ General
 Compute
 ~~~~~~~
 
+- Added edit firewall functionality to Dimension Data driver
+  (GITHUB-893)
+  [Samuel Chong]
+
 - Bugfix - Fixed listing nodes issue in Python 3
   (LIBCLOUD-858, GITHUB-894)
   [Fahri Cihan Demirci]


[4/4] libcloud git commit: changes for #898

Posted by an...@apache.org.
changes for #898


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

Branch: refs/heads/trunk
Commit: 9c1417ea905d8bcd34221551ce73170a81fda92b
Parents: 726f700
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Oct 10 20:48:44 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Oct 10 20:48:44 2016 +1100

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/9c1417ea/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index aadefbe..4a56a4b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,10 @@ General
 Compute
 ~~~~~~~
 
+- Fix reporting function for detailed admin logs in Dimension Data Driver
+  (GITHUB-898)
+  [Anthony Shaw]
+
 - Added edit firewall functionality to Dimension Data driver
   (GITHUB-893)
   [Samuel Chong]


[3/4] libcloud git commit: Merge branch 'report_fix' into trunk Closes #898

Posted by an...@apache.org.
Merge branch 'report_fix' into trunk
Closes #898


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

Branch: refs/heads/trunk
Commit: 726f700ea1caa2bcd9635f04289ca2c4469f1c2a
Parents: 6beab4c ea8e150
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Oct 10 20:47:54 2016 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Oct 10 20:47:54 2016 +1100

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