[one-users] undefined method `rstrip!'

2014-08-27 Thread Tobias Honacker
Hi guys, after installing and starting opennebula-gate i got this error: root@sunstone ~]# tail /var/log/one/onegate.error /usr/lib/one/ruby/opennebula/oneflow_client.rb:315:in `initialize': undefined method `rstrip!' for nil:NilClass (NoMethodError) from

Re: [one-users] undefined method `rstrip!'

2014-08-27 Thread Jaime Melis
It looks you don't have the one_auth file set properly: this is the piece of the code that is doing the search: if ENV[ONE_AUTH] and !ENV[ONE_AUTH].empty? and File.file?(ENV[ONE_AUTH]) one_auth = File.read(ENV[ONE_AUTH]) elsif