diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-05-09 18:07:00 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-05-10 23:54:47 +0800 |
commit | c02116c80d1f863ba043cb2f8a8123e7370d2b51 (patch) | |
tree | 024e009c0efac5a6cf45484979855218e7433d00 /config | |
parent | c46ef94c1b65b58646f20a3541c94ece28c2e0f0 (diff) |
Update the policy scope to 'OSDF_DUBLIN'
Update the policy scope for default, vfw, vcpe and td.
Update the policy names for local policies
Change-Id: I8e51201a88209fc612de2a58a766abdc8b70fbd6
Issue-ID: OPTFRA-498
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/common_config.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index c786d74..7eced05 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -67,9 +67,10 @@ policy_info: placement: policy_fetch: by_scope policy_scope: - default_scope: OSDF_CASABLANCA - vcpe_scope: OSDF_CASABLANCA + default_scope: OSDF_DUBLIN + vcpe_scope: OSDF_DUBLIN vfw_scope: OSDF_DUBLIN + td_scope: OSDF_DUBLIN secondary_scopes: - - get_param: service_name |