Hi everyone - I’m trying to import my vCenter into OpenNebula, and it fails to authenticate my vsphere.local user that I had created for access. I’ve tried just the username by itself, as user@vsphere.local and also vsphere.local\user, but all of them fail. I’m curious to understand what I’m missing so that I can get the import done.
mmmm it seems that you are facing troubles with the authentication of opennebula.
What opennebula user are using to perform this operation? remember that opennebula its session based so you will need a one user with enough permissions to perform some operations (oneadmin can do everything by default).
4 example if you try this using the root user of your machine opennebula will try to find the file .one/one_auth inside his home folder, if this file does not exist you’ll confront the same issue.
Ahh…that is interesting…I can’t remember how I was trying to run it…more than likely as root which could be the issue. I’ll give it a shot as oneadmin today and see if I can get it going that way.
Thanks!