_80_nfv.py file is moved to enabled folder in tacker_horizon folder

Change-Id: I0364b863f8343a8936d7e3e20c692b7c52a0d5a8
Depends-On: Ia3dbbfb5b7bbf92239268a5a90e8786c5898ccf1
This commit is contained in:
Jeffrey Zhang 2017-01-10 09:49:22 +08:00
parent 80d4c3b6cf
commit 02d83cde74

@ -318,7 +318,7 @@ function _tacker_setup_keystone {
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 cp $DEST/tacker-horizon/tacker_horizon/enabled/* $DEST/horizon/openstack_dashboard/enabled/
restart_apache_server
}