Fixing the glance-registry service name in scriptrc.

This commit is contained in:
Jerry Seutter 2013-03-01 15:37:16 -07:00
parent 67d899c011
commit d64588dde4
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ function config_changed() {
declare -a env_vars=(
"OPENSTACK_PORT_MCASTPORT=\"$(config-get ha-mcastport)\""
'OPENSTACK_SERVICE_API=glance-api'
'OPENSTACK_SERVICE_REGISTRY=cinder-scheduler')
'OPENSTACK_SERVICE_REGISTRY=glance-registry')
save_script_rc ${env_vars[@]}
}