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:
parent
3f7a8607ea
commit
577e464746
@ -361,8 +361,7 @@ function tacker_horizon_install {
|
|||||||
git_clone_by_name "tacker-horizon"
|
git_clone_by_name "tacker-horizon"
|
||||||
setup_dev_lib "tacker-horizon"
|
setup_dev_lib "tacker-horizon"
|
||||||
sudo cp $DEST/tacker-horizon/openstack_dashboard_extensions/* $DEST/horizon/openstack_dashboard/enabled/
|
sudo cp $DEST/tacker-horizon/openstack_dashboard_extensions/* $DEST/horizon/openstack_dashboard/enabled/
|
||||||
sudo service apache2 restart
|
restart_apache_server
|
||||||
sleep 3
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function tacker_create_initial_network {
|
function tacker_create_initial_network {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user