removed a blank space in trove.py

This commit is contained in:
Jonathan Arrance 2016-09-10 18:08:48 -04:00
parent cde3947ae6
commit 65a7d0dbe5
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class TroveCharm(charms_openstack.charm.HAOpenStackCharm):
# Note that the hsm interface is optional - defined in config.yaml
#required_relations = ['shared-db', 'amqp', 'identity-service', 'image-service', 'cloud-compute', 'cluster',cinder heat swift]
required_relations = ['shared-db', 'amqp', 'identity-service', 'image-service', 'cloud-compute', 'cinder-volume-service', '']
required_relations = ['shared-db', 'amqp', 'identity-service', 'image-service', 'cloud-compute', 'cinder-volume-service']
restart_map = {
TROVE_CONF: services,