Removed mysql-server dependency, updates postinst with the appropriate service name

Change-Id: I0b6a094c1f7db89e1918bf637480305c60e574a1
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst
index f04a94c..d697afe 100755
--- a/scripts/python-osm-ro.postinst
+++ b/scripts/python-osm-ro.postinst
@@ -42,8 +42,8 @@
 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'
 
 
diff --git a/stdeb.cfg b/stdeb.cfg
index 0978737..7fc8a8e 100644
--- 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