From 8768325e73ddc46dcb96bb6713715a76d07d75b4 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Thu, 6 Oct 2016 14:12:39 +0900 Subject: [PATCH] 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 --- files/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/config.js b/files/config.js index f8b9123..8f146fd 100644 --- a/files/config.js +++ b/files/config.js @@ -13,5 +13,7 @@ { "project": "tempest" } ], "openstack_status": 1, - "rotation": 3 + "rotation": 3, + "daily": true, + "daily_rotation": 183 }