diff options
author | 2020-09-05 20:16:48 +0530 | |
---|---|---|
committer | 2020-09-18 19:34:01 +0000 | |
commit | edf98746a52408386efab26143778198b0efd3c5 (patch) | |
tree | adc101beb879a57547cc828283803bfe7c5fd89b /config/has_config.yaml | |
parent | f9b3575cae2b521ba8c6b6b30b15c89bd8a1cb48 (diff) |
Add support to process NSI selection request
Issue-ID: OPTFRA-802
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I85d951061abc697714425bd223b89102d4f2ede9
Diffstat (limited to 'config/has_config.yaml')
-rw-r--r-- | config/has_config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/has_config.yaml b/config/has_config.yaml index 0b94391..2f4a1cd 100644 --- a/config/has_config.yaml +++ b/config/has_config.yaml @@ -20,10 +20,11 @@ policy_config_mapping: orchestrationStatus: orchestration-status provStatus: prov-status cloudRegion: cloud-region - cloud_region_attributes: + cloud_region_attributes: serviceRequests: service-requests cloudRequests: cloud-requests passthrough_attributes: {} + default_attributes: {} candidates: # for (k1, v1), if k1 is in demand, set prop[k2] = _get_candidates(demand[k1]) excludedCandidates: excluded_candidates |