
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
20 lines
563 B
JavaScript
20 lines
563 B
JavaScript
{
|
|
"projects": [
|
|
{ "project": "nova", "height": 380 },
|
|
{ "project": "glance" },
|
|
{ "project": "keystone" },
|
|
{ "project": "neutron" },
|
|
{ "project": "cinder" },
|
|
{ "project": "horizon" },
|
|
{ "project": "sahara" },
|
|
{ "project": "swift" },
|
|
{ "project": "openstack-manuals", "title": "Manuals" },
|
|
{ "project": "openstack-api-site", "title": "API Site" },
|
|
{ "project": "tempest" }
|
|
],
|
|
"openstack_status": 1,
|
|
"rotation": 3,
|
|
"daily": true,
|
|
"daily_rotation": 183
|
|
}
|