4 Ganeti RAPI users and passwords
5 -------------------------------
7 Before you can start using Ganeti Web Manager you will need to create a
8 user and password on the Ganeti cluster.
13 Here is an example with a user **jack** and password **abc123**
17 echo -n 'jack:Ganeti Remote API:abc123' | openssl md5
19 Add user to Ganeti cluster
20 ~~~~~~~~~~~~~~~~~~~~~~~~~~
22 Add the hash to ``/var/lib/ganeti/rapi_users`` on all the nodes in the
23 cluster and restart ganeti-rapi. Here's an example using above:
24 For ganeti 2.4 and above you need use file /var/lib/ganeti/rapi/users
28 # Hashed password for jack
29 jack {HA1}54c12257ee9be413f2f3182435514aae write
31 For more information on adding users, please check the `Ganeti RAPI
32 documentation <http://docs.ganeti.org/ganeti/current/html/rapi.html#users-and-passwords>`_