You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ga...@apache.org on 2015/05/21 11:05:34 UTC

git commit: updated refs/heads/master to 309c1b4

Repository: cloudstack
Updated Branches:
  refs/heads/master 832f0293b -> 309c1b466


CLOUDSTACK-8498: Including schedule as default key in recurring_snapshot dict used to create recurring snapshot policy

Signed-off-by: Gaurav Aradhye <ga...@clogeny.com>
This closes #276


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

Branch: refs/heads/master
Commit: 309c1b466f040d8703476505d3ab5178a542ed4b
Parents: 832f029
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Thu May 21 14:15:45 2015 +0530
Committer: Gaurav Aradhye <ga...@clogeny.com>
Committed: Thu May 21 14:35:10 2015 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/config/test_data.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/309c1b46/tools/marvin/marvin/config/test_data.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py
index bc5f875..a691a72 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -959,6 +959,7 @@ test_data = {
     "recurring_snapshot": {
         "maxsnaps": 2,
         "timezone": "US/Arizona",
+        "schedule": 1
     },
     "volume_offerings": {
         0: {"diskname": "TestDiskServ"},