mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8498: Including schedule as default key in recurring_snapshot dict used to create recurring snapshot policy
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com> This closes #276
This commit is contained in:
parent
832f0293b3
commit
309c1b466f
|
|
@ -959,6 +959,7 @@ test_data = {
|
|||
"recurring_snapshot": {
|
||||
"maxsnaps": 2,
|
||||
"timezone": "US/Arizona",
|
||||
"schedule": 1
|
||||
},
|
||||
"volume_offerings": {
|
||||
0: {"diskname": "TestDiskServ"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue