Aetos Configuration Options

aetos: DEFAULT

paste_config
Type:

string

Default:

api-paste.ini

Configuration file for WSGI definition of API.

auth_mode
Type:

string

Default:

keystone

Valid Values:

noauth, keystone

Authentication mode to use.

aetos: prometheus

host
Type:

string

Default:

localhost

The host of Prometheus

port
Type:

port number

Default:

9090

Minimum Value:

0

Maximum Value:

65535

The port of Prometheus

cert_file
Type:

string

Default:

<None>

Path to a client cert for establishing TLS connections to Prometheus.

key_file
Type:

string

Default:

<None>

Path to a client key for establishing TLS connections to Prometheus.

ca_file
Type:

string

Default:

<None>

Path to a CA cert for establishing TLS connections to Prometheus. This is optional, if this isn’t set, then default system CA certificates will be used.

use_tls
Type:

boolean

Default:

False

Whether TLS should be used when connecting to Prometheus.

project_label_name
Type:

string

Default:

project

Label name used to store project IDs in Prometheus. This will be used for distinguishing between projects for multi-tenancy reasons.