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 <anthonys...@apache.org> Authored: Mon Oct 10 19:48:55 2016 +1100 Committer: Anthony Shaw <anthonys...@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)