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:
parent
c81a64d1a7
commit
11ffbd1e92
@ -16,9 +16,7 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
SUNSTONE_ROOT_DIR = File.dirname(__FILE__)
|
||||
|
||||
$: << SUNSTONE_ROOT_DIR
|
||||
$: << File.dirname(__FILE__)
|
||||
|
||||
require 'sunstone-server.rb'
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user