Validate entire job, not just op
[ganeti_webmgr.git] / ganeti_web / util / hooks / sshkeys.conf
blob6c757a71e1f68c1dd8a07da85f25f4a1373fa60b
1 # sshkeys defaults file
2 # NOTE: all variables are required.
4 # GWM_SSHKEYS: path to util/sshkeys.py file from Ganeti Web Manager.
5 # File must be executable.
6 GWM_SSHKEYS="/usr/share/ganeti/misc/sshkeys.py"
8 # GWM_HOST: Hostname and/or port of the GWM instance to select ssh keys from. 
9 # GWM_HOST="ganeti.example.org:80"
11 # GWM_SLUG: Django short name (aka slug) of the cluster as saved in the GWM
12 # instance. This is normally the name used in the URL for the cluster.
13 # GWM_SLUG="ganeti"
15 # GWM_API_KEY: Ganeti Web Manager API key which is set in settings.py for the
16 # GWM instance.
17 GWM_API_KEY="CHANGE_ME"