mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #748: Fix options typo in onedb
This commit is contained in:
parent
7b8cc44339
commit
c2ea27f198
@ -117,11 +117,11 @@ end
|
||||
|
||||
class BackEndMySQL < OneDBBacKEnd
|
||||
def initialize(opts={})
|
||||
@server = ops[:server]
|
||||
@port = ops[:port]
|
||||
@user = ops[:user]
|
||||
@passwd = ops[:passwd]
|
||||
@db_name = ops[:db_name]
|
||||
@server = opts[:server]
|
||||
@port = opts[:port]
|
||||
@user = opts[:user]
|
||||
@passwd = opts[:passwd]
|
||||
@db_name = opts[:db_name]
|
||||
|
||||
# Check for errors:
|
||||
error = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user