diff options
author | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-29 11:31:55 -0400 |
---|---|---|
committer | Patel, Ankitkumar <ankit@research.att.com> | 2018-05-29 11:32:57 -0400 |
commit | 49a0eac16462c04c285125686fb235c22c9ad607 (patch) | |
tree | e96d5778f5de6cce5d8007febec78e542d1d70e3 /config/common_config.yaml | |
parent | b259e6ae5bb534e8885f88a02a9165b8b8442f3e (diff) |
Fixed case sensitive resource matching
Fixed the case sensitive matching for resources between policy and request.
Issue-ID: OPTFRA-247
Change-Id: Ic031f6c950b6c6b44bd2e4231a9ef672beea994b
Signed-off-by: Patel, Ankitkumar <ankit@research.att.com>
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index 7cda619..9a4f1d7 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -9,7 +9,7 @@ osdf_system: osdf_temp: # special configuration required for "workarounds" or testing local_policies: - global_disabled: False + global_disabled: True local_placement_policies_enabled: True placement_policy_dir_vcpe: "./test/policy-local-files/" placement_policy_files_vcpe: # workaroud for policy platform glitches (or "work-arounds" for other components) |