Fixes devstack script for CentOS

Use portable function to restart apache server after tacker-horizon
installation.

Change-Id: I8461c671dc67dabb83c006f166dcf9654af639f7
Closes-Bug: #1498471
This commit is contained in:
Luka Krajger 2015-09-23 19:07:21 +02:00 committed by KLuka
parent 3f7a8607ea
commit 577e464746

View File

@ -361,8 +361,7 @@ function tacker_horizon_install {
git_clone_by_name "tacker-horizon"
setup_dev_lib "tacker-horizon"
sudo cp $DEST/tacker-horizon/openstack_dashboard_extensions/* $DEST/horizon/openstack_dashboard/enabled/
sudo service apache2 restart
sleep 3
restart_apache_server
}
function tacker_create_initial_network {