mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
feature #595: changed auth driver to use new driver libraries
This commit is contained in:
parent
62bb25a2e0
commit
3b1cdb77f4
@ -40,7 +40,10 @@ require 'ssh_auth'
|
||||
|
||||
class AuthorizationManager < OpenNebulaDriver
|
||||
def initialize
|
||||
super(15, true)
|
||||
super(
|
||||
:concurrency => 15,
|
||||
:threaded => true
|
||||
)
|
||||
|
||||
config_data=File.read(ETC_LOCATION+'/auth/auth.conf')
|
||||
STDERR.puts(config_data)
|
||||
|
Loading…
Reference in New Issue
Block a user