Hi.
Today I was updated to Opennebula 4.10.2 from 4.8 and found a little problem (dont know if is exactly a bug)
my old config at yaml view had:
groups:
oneadmin:
- admin
- vdcadmin
- user
- cloud
users:
- cloud
- user
default:
- cloud
The new (and maybe the default config) not have users view option for group.
well. I added to the config but when i try to start sunstone-server i received the error:
[oneadmin@cloud ~]$ cat /var/log/one/sunstone.error
/usr/lib/ruby/1.8/yaml.rb:133:inload': syntax error on line 32, col 7:
users:’ (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:133:inload' from /usr/lib/ruby/1.8/yaml.rb:144:in
load_file’
from /usr/lib/ruby/1.8/yaml.rb:143:inopen' from /usr/lib/ruby/1.8/yaml.rb:143:in
load_file’
from /usr/lib/one/sunstone/models/SunstoneViews.rb:36:ininitialize' from /usr/lib/one/sunstone/sunstone-server.rb:129:in
new’
from /usr/lib/one/sunstone/sunstone-server.rb:129
The questions
1.- now isnt possible to add views for groups like users?
2.- the only way to give users “user” view is setting at default tab?
Thanks in advance
UPDATED: Was a problem at yaml format (as Fontan said)