Fix syntax error.

This commit is contained in:
Jerry Seutter 2013-03-04 17:43:23 -07:00
parent 58f00a388a
commit e27f40d3d4
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ function config_changed {
'OPENSTACK_SERVICE_CERT=nova-cert'
'OPENSTACK_SERVICE_CONDUCTOR=nova-conductor'
'OPENSTACK_SERVICE_OBJECTSTORE=nova-objectstore'
'OPENSTACK_SERVICE_SCHEDULER=nova-scheduler'
'OPENSTACK_SERVICE_SCHEDULER=nova-scheduler')
save_script_rc ${env_vars[@]}
}

View File

@ -1 +1 @@
213
214