Bug #961
Configuration.rb fails to parse the latest oned.conf
Status: | Closed | Start date: | 11/03/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 3.2 - S1 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.0 |
Description
Configuration.rb, used by onedb to read the DB connection parameters, fails to parse the current default oned.conf with this error:
Exception `NoMethodError' at /usr/lib/one/ruby/OpenNebula/Configuration.rb:90 - undefined method `strip' for nil:NilClass
It is triggered by this line in oned.conf:
arguments = "--authn ssh,x509,server_cipher,server_x509"
Associated revisions
Bug #961: Temp. fix to parse only DB attribute from oned.conf
Bug #961: Remove Configuration.rb. onedb command requires the DB connection options to be always used
History
#1 Updated by Ruben S. Montero over 9 years ago
- Category set to Core & System
- Assignee set to Carlos Martín
#2 Updated by Ruben S. Montero over 9 years ago
- Status changed from New to Closed
- Target version changed from Release 3.4 to Release 3.2 - S1
- Resolution set to fixed