1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Change SUNSTONE_ROOT_FILE to sunstone-server

This commit is contained in:
Daniel Molina 2011-07-12 16:48:55 +02:00
parent c81a64d1a7
commit 11ffbd1e92
2 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
SUNSTONE_ROOT_DIR = File.dirname(__FILE__)
$: << SUNSTONE_ROOT_DIR
$: << File.dirname(__FILE__)
require 'sunstone-server.rb'

View File

@ -36,6 +36,8 @@ end
HOST_LOG_FOLDER = LOG_LOCATION+"/OneMonitor/host"
VM_LOG_FOLDER = LOG_LOCATION+"/OneMonitor/vm"
SUNSTONE_ROOT_DIR = File.dirname(__FILE__)
$: << RUBY_LIB_LOCATION
$: << SUNSTONE_ROOT_DIR+'/models'
$: << SUNSTONE_ROOT_DIR+'/share/OneMonitor'