ba9fa99f6c
Add install tool The tool aims to make the deploying of stackube as easy as possible. User could set up a whole Stackube cluster automatically by using it. It uses docker images provided by OpenStack Kolla Project to run a containerized OpenStack, and uses kubeadm to deploy kubenetes, then bootstrap the Stackube cluster. Change-Id: I6f18cf4d1a792bc505f955937f000dc0967341ce Implements: blueprint cluster-installation
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
[DEFAULT]
|
|
debug = False
|
|
log_file = /var/log/kolla/keystone/keystone.log
|
|
use_stderr = True
|
|
secure_proxy_ssl_header = HTTP_X_FORWARDED_PROTO
|
|
|
|
[database]
|
|
connection = mysql+pymysql://keystone:__MYSQL_KWYSTONE_PWD__@__MYSQL_HOST__:3306/keystone
|
|
max_retries = -1
|
|
|
|
[token]
|
|
revoke_by_id = False
|
|
provider = uuid
|
|
|