1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #991: Add cipher auth constant

This commit is contained in:
Daniel Molina 2011-11-25 16:47:49 +01:00
parent d564f2cb5b
commit 007e396e62

View File

@ -38,6 +38,9 @@ module OpenNebula
# Driver name for default core authentication
CORE_AUTH = "core"
# Driver name for default core authentication
CIPHER_AUTH = "server_cipher"
# Driver name for ssh authentication
SSH_AUTH = "ssh"