From 1c385a3ed806e8144a837199816465e2e3e07085 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 20 Apr 2017 19:06:04 +0200 Subject: [PATCH] Removed mysql-server dependency, updates postinst with the appropriate service name Change-Id: I0b6a094c1f7db89e1918bf637480305c60e574a1 Signed-off-by: garciadeblas --- scripts/python-osm-ro.postinst | 4 ++-- stdeb.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst index f04a94cb..d697afe5 100755 --- a/scripts/python-osm-ro.postinst +++ b/scripts/python-osm-ro.postinst @@ -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' diff --git a/stdeb.cfg b/stdeb.cfg index 09787370..7fc8a8e3 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -2,5 +2,5 @@ Suite: xenial XS-Python-Version: >= 2.7 Maintainer: Gerardo Garcia -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 -- 2.17.1