Fixing escaping.

This commit is contained in:
Jerry Seutter 2013-03-01 13:27:00 -07:00
parent b5985c9870
commit 3273578593
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ function config_changed() {
# Save our scriptrc env variables for health checks
declare -a env_vars=(
'OPENSTACK_PORT_MCASTPORT="$(config-get ha-mcastport)"'
"OPENSTACK_PORT_MCASTPORT=\"$(config-get ha-mcastport)\""
'OPENSTACK_SERVICE_API=glance-api'
'OPENSTACK_SERVICE_REGISTRY=cinder-scheduler')
save_script_rc ${env_vars[@]}