diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2020-01-24 14:52:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-24 14:52:46 +0000 |
commit | f3a485514f5947254b13655c5fa8177152d9c168 (patch) | |
tree | e455f3eb0ae8c7ccad2e0c171d0533551eca5155 /config | |
parent | 5ec202abafeec26c06e003c0bf51fd1769ac3468 (diff) | |
parent | 0f8d7692d2aad99c68d5ee0c59b20a75724b1ada (diff) |
Merge "Add passthrough attributes"
Diffstat (limited to 'config')
-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 38a4781..2371508 100644 --- a/config/has_config.yaml +++ b/config/has_config.yaml @@ -1,5 +1,5 @@ policy_config_mapping: - attributes: + filtering_attributes: hypervisor: hypervisor cloudVersion: cloud_version cloudType: cloud_type @@ -19,6 +19,7 @@ policy_config_mapping: cloudRegionId: cloud-region-id orchestrationStatus: orchestration-status provStatus: prov-status + passthrough_attributes: {} candidates: # for (k1, v1), if k1 is in demand, set prop[k2] = _get_candidates(demand[k1]) excludedCandidates: excluded_candidates |