Merge "remove tacker horizon during unstack"
This commit is contained in:
commit
23b47b8588
@ -326,6 +326,11 @@ function tacker_horizon_install {
|
||||
restart_apache_server
|
||||
}
|
||||
|
||||
function tacker_horizon_uninstall {
|
||||
sudo rm -f $DEST/horizon/openstack_dashboard/enabled/_80_nfv.py
|
||||
restart_apache_server
|
||||
}
|
||||
|
||||
function openstack_image_create {
|
||||
image=$1
|
||||
disk_format=raw
|
||||
|
@ -50,6 +50,8 @@ if is_service_enabled tacker; then
|
||||
|
||||
if [[ "$1" == "unstack" ]]; then
|
||||
# Shut down tacker services
|
||||
echo_summary "Uninstall tacker horizon"
|
||||
tacker_horizon_uninstall
|
||||
stop_tacker
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user