mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
feature #788: Change conf path
This commit is contained in:
parent
1b9a4c3a86
commit
db9df8fac5
@ -32,7 +32,7 @@ class Quota
|
||||
ETC_LOCATION = ONE_LOCATION + "/etc"
|
||||
end
|
||||
|
||||
CONF_FILE = ETC_LOCATION + "/quota.conf"
|
||||
CONF_FILE = ETC_LOCATION + "/auth/quota.conf"
|
||||
|
||||
CONF = {
|
||||
:db => "sqlite://#{VAR_LOCATION}/onequota.db",
|
||||
|
@ -1,3 +1,5 @@
|
||||
$: << '.'
|
||||
|
||||
require 'helper/test_helper'
|
||||
|
||||
describe "Quota testing" do
|
||||
|
Loading…
x
Reference in New Issue
Block a user