Hi all,
We are trying to set up a federation between different opennebula installations and we keep having issues with the user management.
Our installation process was:
- First, we made a full install in the master.
- then we exported the mysql database
- that DB and some files were copied to the slave nodes, as indicated in OpenNebula Federation Configuration — OpenNebula 5.4.15 documentation
Now we can log everywhere with the oneadmin user, which existed in the master and was replicated to all nodes. Also, with that user, we can see the different resources clicking on the icon on the top right.
From that point, we are having the following issues:
- if we create a new user in the master ONE and log in with that user, when we try to access any slave (trough the icon in the top right of Sunstone in the master) we get a lot of errors, such as
[one.hostpool.info] User couldn’t be authenticated, aborting call.
[one.grouppool.info] User couldn’t be authenticated, aborting call.[one.user.info] User couldn’t be authenticated, aborting call.[one.userpool.info] User couldn’t be authenticated, aborting call.
- if we try to log in the slave and create a user, we get the following error on oned.log:
Wed Nov 22 12:26:42 2017 [Z103][ReM][D]: Req:6480 UID:0 one.user.allocate invoked , “oneadmin_ar”, ****, “core”, unknown param type
Wed Nov 22 12:26:44 2017 [Z103][ReM][E]: Req:6480 UID:0 one.user.allocate result FAILURE [one.user.allocate] User couldn’t be authenticated, aborting call.
and on sunstone,
[one.user.allocate] User couldn’t be authenticated, aborting call.
- if we log in the master, access the slave, and then create a user, we get the following error on sunstone:
[one.user.allocate] User couldn’t be authenticated, aborting call.
Are we missing anything?
Thanks for your help,
Manuel