Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B #3430: fix bug lost icons VNC in federation #663

Merged
merged 2 commits into from
Jun 14, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>`

The following issues has been solved in 5.8.3:

Expand Down