mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-02 10:50:07 +03:00
Feature #754: Update configuration files
This commit is contained in:
parent
1b1d4f900a
commit
4c9f95ad58
@ -703,10 +703,10 @@ TM_LVM_ETC_FILES="src/tm_mad/lvm/tm_lvm.conf \
|
||||
HM_ETC_FILES="src/hm_mad/hmrc"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Hook Manager driver config. files, to be installed under $ETC_LOCATION/hm
|
||||
# Auth Manager drivers config. files, to be installed under $ETC_LOCATION/auth
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
AUTH_ETC_FILES="src/authm_mad/auth.conf"
|
||||
AUTH_ETC_FILES="src/authm_mad/remotes/server/server_auth.conf"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Sample files, to be installed under $SHARE_LOCATION/examples
|
||||
|
@ -1,8 +0,0 @@
|
||||
:database: sqlite://auth.db
|
||||
:authentication: simple
|
||||
:quota:
|
||||
:enabled: false
|
||||
:defaults:
|
||||
:cpu: 10.0
|
||||
:memory: 1048576
|
||||
:num_vms: 10
|
8
src/authm_mad/remotes/server/server_auth.conf
Normal file
8
src/authm_mad/remotes/server/server_auth.conf
Normal file
@ -0,0 +1,8 @@
|
||||
# Path to the certificate used by the OpenNebula Services
|
||||
# Certificates must be in PEM format
|
||||
:one_cert: "/etc/one/auth/cert.pem"
|
||||
:one_key: "/etc/one/auth/pk.pem"
|
||||
|
||||
# Path to the trusted CA directory. It should contain the trusted CA's for
|
||||
# the server, each CA certificate shoud be name CA_hash.0
|
||||
:ca_dir:
|
Loading…
x
Reference in New Issue
Block a user