remove tacker horizon during unstack
Change-Id: I548905d7de525070c51d279bfd56962291ea2de1 Closes-bug: 1741421
This commit is contained in:
@@ -326,6 +326,11 @@ function tacker_horizon_install {
|
|||||||
restart_apache_server
|
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 {
|
function openstack_image_create {
|
||||||
image=$1
|
image=$1
|
||||||
disk_format=raw
|
disk_format=raw
|
||||||
|
@@ -50,6 +50,8 @@ if is_service_enabled tacker; then
|
|||||||
|
|
||||||
if [[ "$1" == "unstack" ]]; then
|
if [[ "$1" == "unstack" ]]; then
|
||||||
# Shut down tacker services
|
# Shut down tacker services
|
||||||
|
echo_summary "Uninstall tacker horizon"
|
||||||
|
tacker_horizon_uninstall
|
||||||
stop_tacker
|
stop_tacker
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user