Revision 2467655e docs/admin-guide.rst

b/docs/admin-guide.rst
834 834
  $ snf-manage reconcile-pools
835 835
  $ snf-manage reconcile-pools --fix
836 836

  
837
Helpdesk
838
--------
839

  
840
Helpdesk application provides the ability to view the virtual servers and
841
networks of all users, along with the ability to perform some basic actions
842
like administratively suspending a server. You can perform look-ups by
843
user UUID or email, by server ID (vm-$id) or by an IPv4 address.
844

  
845
If you want to activate the helpdesk application you can set to `True` the
846
`HELPDESK_ENABLED` setting. Access to helpdesk views (under
847
`$BASE_URL/helpdesk`) is only to allowed to users that belong to Astakos
848
groups defined in the `HELPDESK_PERMITTED_GROUPS` setting, which by default
849
contains the `helpdesk` group. For example, to allow <user_id>
850
to access helpdesk view, you should run the following command in the Astakos
851
node:
852

  
853
.. code-block:: console
854

  
855
 snf-manage group-add helpdesk
856
 snf-manage user-modify --add-group=helpdesk <user_id>
857

  
858

  
837 859
Cyclades internals
838 860
------------------
839 861

  

Also available in: Unified diff