From: Sonsino, Ofir (os0695) Date: Mon, 21 May 2018 12:44:53 +0000 (+0300) Subject: Disable tenant isolation feature X-Git-Tag: v2.0.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ab845cb4fc3454e9bb5270eb11ebde289969c092;p=sandbox-vid.git Disable tenant isolation feature Change-Id: I9d91acf2005f84391440243661b9042afd020b64 Issue-ID: VID-222 Signed-off-by: Sonsino, Ofir (os0695) --- diff --git a/epsdk-app-onap/src/main/resources/vid-data.sql b/epsdk-app-onap/src/main/resources/vid-data.sql index bcfa848b..150f8bc0 100755 --- a/epsdk-app-onap/src/main/resources/vid-data.sql +++ b/epsdk-app-onap/src/main/resources/vid-data.sql @@ -687,8 +687,8 @@ REPLACE INTO `fn_role_function` VALUES ('1', 'menu_searchexisting'); REPLACE INTO `fn_role_function` VALUES ('16', 'menu_searchexisting'); REPLACE INTO `fn_role_function` VALUES (1,'menu_changemanagement'); REPLACE INTO `fn_role_function` VALUES (16,'menu_changemanagement'); -REPLACE INTO `fn_role_function` VALUES (1,'menu_testenvironment'); -REPLACE INTO `fn_role_function` VALUES (16,'menu_testenvironment'); +--REPLACE INTO `fn_role_function` VALUES (1,'menu_testenvironment'); +--REPLACE INTO `fn_role_function` VALUES (16,'menu_testenvironment'); update fn_menu set active_yn = 'Y' where label = 'Admin'; update fn_menu set active_yn = 'Y' where label = 'Root';