Hi, I tried and had the same problem. Then I realised I was using a tab instead of spaces for the new group indentation (in your case 'managers'). YAML does not allow tabs, when indenting. Is this maybe your problem?
Hector El 30/08/11 16:48, João Soares escribió: > Hi, > > > > I was looking at [1] for configuring the Sunstone plugins and from what > I understood if I can for example: > > > > - Create a group (e.g. /onegroup create *cloud-admin*/) > > - And enable users in this group to see the User’s dashboard. > To do so I would have to edit in the file /sunstone-plugins.yaml/ > > - plugins/users-tab.js: > > :ALL: false > > :user: > > :group: > > oneadmin: true > > manager: true > > > > Is this right? Probably not since when I try to login I > get the following error: > > > > /syntax error on line 37, col 1: ` > cloud-admin: true'/ > > > > Thanks, > > > > João > > > > > > [1] http://opennebula.org/documentation:rel3.0:sunstone_plugin_guide > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org -- Héctor Sanjuán OpenNebula Sunstone Developer _______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
