Merge branch 'master' into vnffg
[osm/RO.git] / scripts / python-osm-ro.postinst
index f04a94c..b2a2ff2 100755 (executable)
@@ -23,10 +23,11 @@ OSMRO_PATH=`python -c 'import osm_ro; print osm_ro.__path__[0]'`
 
 #Pip packages required for vmware connector
 pip install --upgrade pip
-pip install pyvcloud
-pip install progressbar
-pip install prettytable
-pip install pyvmomi
+pip install --upgrade pyvcloud
+pip install --upgrade progressbar
+pip install --upgrade prettytable
+pip install --upgrade pyvmomi
+pip install --upgrade pyang pyangbind
 
 systemctl enable osm-ro.service
 
@@ -42,8 +43,8 @@ then
 fi
 
 echo '
-To make OSM RO work, you have to install mysql and a database, and finally start openmano service'
+To make OSM RO work, you have to install mysql and a database, and finally start osm-ro service'
 echo "     ${OSMRO_PATH}/database_utils/install-db-server.sh # -h for help"
-echo '     service openmano start'
+echo '     service osm-ro start'