Hi,
On 22 October 2013 16:12, Michał Madziar <[email protected]> wrote: > On 2013-10-22 15:57, Maxim Terletskiy wrote: > > Hi! > > > > I'm trying to write a code which generating direct link to VM screen > > without going to Sunstone. There is some kind of "token" variable > > appears in url when you are opening VM screen in a new tab. Is there > > any way to generate this token by xmlrpc request to Opennebula? > Tokens are sunstone thing, but they are just text files, so you can > generate them yourself. > As Michal said, tokens are just text files that sunstone use to handle the VNC connections. You can see how it's done in the following file: https://github.com/OpenNebula/one/blob/master/src/sunstone/OpenNebulaVNC.rb Cheers > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > -- -- Daniel Molina Project Engineer OpenNebula - Flexible Enterprise Cloud Made Simple www.OpenNebula.org | [email protected] | @OpenNebula
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
