1c873900b2
Create an interface CertManager for handling certificate data. Create an interface CertGenerator for signing certificates from CSRs. Change-Id: I7a18496b9665b74c6ca89c503e68ef33a8581d0f Partially-implements: blueprint tls-data-security
30 lines
987 B
Plaintext
30 lines
987 B
Plaintext
[DEFAULT]
|
|
# Print more verbose output (set logging level to INFO instead of default WARNING level).
|
|
# verbose = False
|
|
# Print debugging output (set logging level to DEBUG instead of default WARNING level).
|
|
# debug = False
|
|
|
|
[database]
|
|
# This line MUST be changed to actually run the plugin.
|
|
# Example:
|
|
# connection = mysql://root:pass@127.0.0.1:3306/octavia
|
|
# Replace 127.0.0.1 above with the IP address of the database used by the
|
|
# main octavia server. (Leave it as is if the database runs on this host.)
|
|
|
|
# connection = sqlite://
|
|
|
|
# NOTE: In deployment the [database] section and its connection attribute may
|
|
# be set in the corresponding core plugin '.ini' file. However, it is suggested
|
|
# to put the [database] section and its connection attribute in this
|
|
# configuration file.
|
|
|
|
[keystone_authtoken]
|
|
# auth_uri = https://localhost:5000/v3
|
|
# admin_user = octavia
|
|
# admin_password = password
|
|
# admin_project_id = service
|
|
|
|
[certificates]
|
|
# cert_generator_class =
|
|
# cert_manager_class =
|