Renamed install_osm_release to install_osm in all scripts

Change-Id: I58d4a7d8731b9295172e5668c4c670ef58eda92d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/system/start_build b/jenkins/system/start_build
index 03fe930..c06707f 100755
--- a/jenkins/system/start_build
+++ b/jenkins/system/start_build
@@ -58,8 +58,8 @@
 apt-get install -y python-osmclient
 
 export OSM_USE_LOCAL_DEVOPS=true
-echo "devops/installers/install_osm.sh --test $*"
-devops/installers/install_osm.sh --test $*
+echo "devops/installers/full_install_osm.sh --test $*"
+devops/installers/full_install_osm.sh --test $*
 RC=$?
 
 # workaround.  for upload packages, lxdbr0 needs to be promiscuous