Enable daily_rotation option

This commit enables the daily_rotation option which introduced in this
patch[1]. The patch just creates *-daily.json files. So users aren't
aware this change but we can check the validity of *-daily.json file
before we land the UI changes.

Change-Id: Id12e8c7ab4102aeb1b5240c21d354d83cffcff6d
This commit is contained in:
Masayuki Igawa 2016-10-06 14:12:39 +09:00
parent 290618ea74
commit 8768325e73
1 changed files with 3 additions and 1 deletions

View File

@ -13,5 +13,7 @@
{ "project": "tempest" }
],
"openstack_status": 1,
"rotation": 3
"rotation": 3,
"daily": true,
"daily_rotation": 183
}