Update nova_ctl() usage to service_ctl().

This commit is contained in:
Adam Gandelman 2012-10-25 17:38:47 +02:00
parent 3ab1a61852
commit 3f9063a4d3
2 changed files with 3 additions and 3 deletions

View File

@ -173,8 +173,8 @@ EOF
set_or_update rbd_user $SERVICE_NAME
set_or_update rbd_secret_uuid $uuid
set_or_update rbd_pool nova
nova_ctl all restart
fi
service_ctl all restart
fi
}
case $ARG0 in

View File

@ -1 +1 @@
72
73