diff options
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index 905aa0b..8f028b3 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -86,11 +86,12 @@ policy_info: policy_scope: - scope: - - OSDF_GUILIN - get_param: resource_sharing_level - get_param: reuse_preference services: - get_param: service_name + resources: + - get_param: service_name subnet_selection: policy_fetch: by_scope @@ -99,6 +100,8 @@ policy_info: - OSDF_GUILIN services: - get_param: service_name + resources: + - get_param: service_name placement: policy_fetch: by_scope @@ -127,4 +130,4 @@ PCI: service_id: ho_metric filter: interval: 10 - ml_enabled: false
\ No newline at end of file + ml_enabled: false |