diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-04-03 10:35:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-03 10:35:12 +0000 |
commit | 7be7b5464dfa3bdad079a84b72191ab258f94e2f (patch) | |
tree | d83b7ff3037ce7a18e43b79bef29768f1a3e8cdb /vid-app-common/src/test/resources/WEB-INF/conf | |
parent | 609062f1855cef71bcdc9bdd9399cf401db20224 (diff) | |
parent | fa9080bc0e2be3198aebbe1da20af73ed91376ce (diff) |
Merge "Turn role management off by default"
Diffstat (limited to 'vid-app-common/src/test/resources/WEB-INF/conf')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/conf/system.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties index 71f8eac3b..422514baa 100644 --- a/vid-app-common/src/test/resources/WEB-INF/conf/system.properties +++ b/vid-app-common/src/test/resources/WEB-INF/conf/system.properties @@ -71,6 +71,8 @@ application_name = Virtual Infrastructure Deployment element_map_file_path = app/fusionapp/files/ element_map_icon_path = app/fusionapp/icons/ +role_management_activated = false + #aai related properties #dev server #ist servers |