Removed mysql-server dependency, updates postinst with the appropriate service name 08/1608/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 20 Apr 2017 17:06:04 +0000 (19:06 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 20 Apr 2017 17:06:04 +0000 (19:06 +0200)
Change-Id: I0b6a094c1f7db89e1918bf637480305c60e574a1
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
scripts/python-osm-ro.postinst
stdeb.cfg

index f04a94c..d697afe 100755 (executable)
@@ -42,8 +42,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'
 
 
index 0978737..7fc8a8e 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -2,5 +2,5 @@
 Suite: xenial
 XS-Python-Version: >= 2.7
 Maintainer: Gerardo Garcia <gerardo.garciadeblas@telefonica.com>
-Depends: python-pip, libmysqlclient-dev, libssl-dev, libffi-dev, python-argcomplete, python-boto, python-bottle, python-jsonschema, python-logutils, python-cinderclient, python-glanceclient, python-keystoneclient, python-neutronclient, python-novaclient, python-mysqldb, mysql-server
+Depends: python-pip, libmysqlclient-dev, libssl-dev, libffi-dev, python-argcomplete, python-boto, python-bottle, python-jsonschema, python-logutils, python-cinderclient, python-glanceclient, python-keystoneclient, python-neutronclient, python-novaclient, python-mysqldb