Fix syntax error.

This commit is contained in:
Jerry Seutter 2013-04-01 16:32:09 -06:00
parent f027dbca29
commit 018d3a108c
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ def ha_joined():
env_vars = {
'OPENSTACK_SERVICE_RABBIT': 'rabbitmq-server',
'OPENSTACK_PORT_EPMD': 4369,
'OPENSTACK_PORT_MCASTPORT': utils.config_get('ha-mcastport')
'OPENSTACK_PORT_MCASTPORT': utils.config_get('ha-mcastport'),
'OPENSTACK_PORT_SSL': utils.config_get('ssl_port'),
}
openstack.save_script_rc(**env_vars)

View File

@ -1 +1 @@
81
82