[one-users] sunstone problems in opennebula 4.0.0
Daniel Molina
dmolina at opennebula.org
Thu May 9 08:09:28 PDT 2013
Hi Rolandas,
On 9 May 2013 13:50, Rolandas Naujikas <rolandas.naujikas at mif.vu.lt> wrote:
> Hi,
>
> I found that sunstone VNC console (noVNC) doesn't use secure websockets
> even if it is configured and an user is configured to use it. With
> vnc_proxy_support_wss=always it refuses to show, with
> vnc_proxy_support_wss=yes it uses only unsecured connection.
>
Could you try if this change fixes the problem?
diff --git a/src/sunstone/sunstone-server.rb
b/src/sunstone/sunstone-server.rb
index 4934908..0bb8826 100755
--- a/src/sunstone/sunstone-server.rb
+++ b/src/sunstone/sunstone-server.rb
@@ -290,7 +290,7 @@ get '/config' do
uconf = {
:user_config => {
:lang => session[:lang],
- :wss => session[:wss],
+ :wss => session[:vnc_wss],
},
:system_config => {
:marketplace_url => $conf[:marketplace_url],
I have opened two tickets for the these bugs. Thank you for your great
feedback
> Also there are drawing problems in user configuration window (username ->
> Settings). If an user have some long values (for e.g. ssh keys) in custom
> attributes there is not enough space to display right buttons and no
> horizontal scrollbar appears. Also the user custom attributes overlaps with
> quotas data.
>
http://dev.opennebula.org/issues/2011
> Default value for logo: ../images/opennebula-sunstone-**v4.0.png in
> sunstone-views.yaml doesn't honor reverse proxies. If I correct it to logo:
> images/opennebula-sunstone-v4.**0.png it looks correctly.
>
http://dev.opennebula.org/issues/2012
Cheers
--
Daniel Molina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20130509/ab7b1451/attachment-0002.htm>
More information about the Users
mailing list