changed service type to database

This commit is contained in:
Jonathan Arrance 2016-09-11 15:51:00 -04:00
parent 87787f469d
commit 325c8874d2
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class TroveCharm(charms_openstack.charm.HAOpenStackCharm):
sync_cmd = ['trove-manage', 'db_sync']
service_type = 'trove'
service_type = 'database'
# Note that the hsm interface is optional - defined in config.yaml