Feature 11060: Remove POL and PLA modules from OSM helm chart
Change-Id: I686c93983acb6605e2454db172180366b792537f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/tools/newbranch.sh b/tools/newbranch.sh
index ccefd99..411e508 100755
--- a/tools/newbranch.sh
+++ b/tools/newbranch.sh
@@ -26,7 +26,7 @@
USER="$3"
tag_message="Start of $BRANCH"
-modules="common devops IM LCM MON N2VC NBI NG-UI NG-SA osmclient RO PLA POL SOL003 SOL005 tests"
+modules="common devops IM LCM MON N2VC NBI NG-UI NG-SA osmclient RO SOL003 SOL005 tests"
list=""
for i in $modules; do
if [ "$1" == "$i" -o "$1" == "all" ]; then