1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

Revert "feature #3652: Add onegate and init.sh files to install.sh"

This reverts commit 014a0daeee.
This commit is contained in:
Jaime Melis 2015-05-04 16:44:12 +02:00
parent 2e39dd569c
commit 7e26c511ab

View File

@ -209,7 +209,6 @@ else
fi
SHARE_DIRS="$SHARE_LOCATION/examples \
$SHARE_LOCATION/onegate \
$SHARE_LOCATION/websockify"
ETC_DIRS="$ETC_LOCATION/vmm_exec \
@ -463,7 +462,6 @@ INSTALL_FILES=(
NETWORK_OVSWITCH_BRCOMPAT_FILES:$VAR_LOCATION/remotes/vnm/ovswitch_brcompat
NETWORK_VMWARE_FILES:$VAR_LOCATION/remotes/vnm/vmware
EXAMPLE_SHARE_FILES:$SHARE_LOCATION/examples
ONEGATE_SHARE_FILES:$SHARE_LOCATION/onegate
WEBSOCKIFY_SHARE_FILES:$SHARE_LOCATION/websockify
INSTALL_GEMS_SHARE_FILE:$SHARE_LOCATION
HOOK_FT_FILES:$VAR_LOCATION/remotes/hooks/ft
@ -1270,13 +1268,6 @@ EXAMPLE_SHARE_FILES="share/examples/vm.template \
share/examples/private.net \
share/examples/public.net"
#-------------------------------------------------------------------------------
# OneGate CLI for guests $SHARE_LOCATION/onegate
#-------------------------------------------------------------------------------
ONEGATE_SHARE_FILES="share/onegate/init.sh \
share/onegate/onegate"
#-------------------------------------------------------------------------------
# Files required to interact with the websockify server
#-------------------------------------------------------------------------------