Commit Graph

2 Commits

Author SHA1 Message Date
James E. Blair 109766afb2 Reformat tenant_config_script release note
Hyperlink the references.

Change-Id: Ib816767ffad6aa7eca4de20fbe4e07d2a20800e3
2018-04-10 14:57:51 -07:00
Fabien Boucher e63535fe86 Tenant config can be read from an external script
This patch adds a new option for the scheduler "tenant_config_script".
When this option is set and target an executable script then the script
is executed and its stdout is taken as the tenant config. This new
option is excluse with "tenant_config". When set, "tenant_config"
is ignored.

The goal is to be able to fetch tenant configuration from
an external source whatever the type of the source as
the logic is handled in a script.

Change-Id: Ic8234dfcdf1f07f824542c4a2ebf99fe8ff19fd5
2018-04-03 14:33:41 +02:00