Skip to content

Commit

Permalink
B #3430: fix bug lost icons VNC in federation (#663)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
  • Loading branch information
jloboescalona2 authored and Tino Vázquez committed Jun 14, 2019
1 parent 2ac9001 commit 807f50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/deployment/sunstone_setup/sunstone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Available options are:
+---------------------------+-----------------------------------------------------------------------------------------------+
| :get\_extended\_vm\_info | True to display IP in table by requesting the extended vm pool to oned |
+---------------------------+-----------------------------------------------------------------------------------------------+
| :allow\_vnc\_federation | True to display VNC icons in fedetarion |
+---------------------------+-----------------------------------------------------------------------------------------------+

.. note:: To use Sunstone with IPv6 only systems and thin HTTP sever, use the full IPv6 address in the field `:host`. If you need to set the localhost address (::1) or the unspecified address (::) please use the following:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The following new features has been backported to 5.8.3:
- `Allow FILES in vCenter context <https://github.com/OpenNebula/one/issues/964>`__.
- `Allow alternative search base for ldap groups <https://github.com/OpenNebula/one/issues/3366>`__.
- `Show the federation index in onezone list command <https://github.com/OpenNebula/one/issues/3378>`__. If you want to enable this column, please update your `/etc/one/cli/onezone.yaml <https://github.com/OpenNebula/one/blob/master/src/cli/etc/onezone.yaml>`__ file.
- `Show the VNC icons in sunstone federations <https://github.com/OpenNebula/one/issues/3428>`__. For more info on how to activate this feature, check the ```:allow_vnc_federation``` configuration attribute :ref:`here <sunstone_sunstone_server_conf>`
- `Add an option to configure write frecuency of monitoring VM data to the DB <https://github.com/OpenNebula/one/issues/1324>`__.

The following issues has been solved in 5.8.3:
Expand Down

0 comments on commit 807f50a

Please sign in to comment.