[Openstack] VNC consoles for all

Everett Toews everett.toews at cybera.ca
Thu Jul 14 15:51:20 UTC 2011


The way the code stands right now is that only the cloudadmin user can view
VNC consoles from the Dashboard (
http://nova.openstack.org/runnova/vncconsole.html)

Is that the intention?

Do we want to allow non-cloudadmin users to be able to view VNC consoles
from the Dashboard?

If so we need to add one line to
https://github.com/openstack/nova/blob/master/nova/api/ec2/__init__.py in
Authorizer.__init__. Add to self.action_roles

'GetVncConsole': ['projectmanager', 'sysadmin'],

under CloudController. Otherwise regular users immediately get a 401 when
trying to use VNC.

Everett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20110714/1115cbb2/attachment.html>


More information about the Openstack mailing list