Merge pull request #108 from stannum-l/fix-keystone-config

Removed the ``workers`` configuration from keystone.conf
This commit is contained in:
Brandon B. Jozsa 2017-01-12 17:38:13 -05:00 committed by GitHub
commit 0bb12fb2ad
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,6 @@
debug = {{ .Values.misc.debug }}
use_syslog = False
use_stderr = True
workers = {{ .Values.misc.workers }}
[database]
connection = mysql+pymysql://{{ .Values.database.keystone_user }}:{{ .Values.database.keystone_password }}@{{ include "keystone_db_host" . }}/{{ .Values.database.keystone_database_name }}

View File

@ -38,11 +38,11 @@ network:
# alanmeadows(TODO): I seem unable to use {{ .IP }} here
# but it does work for wsrep.conf in mariadb, I have spent
# time trying to figure this out am completely stumped
#
#
# helm --debug --dry-run shows me that the config map
# contains {{ .IP }} but its simply translated by K8s
# to ""
ip_address: "0.0.0.0"
ip_address: "0.0.0.0"
database:
port: 3306
@ -53,12 +53,11 @@ database:
keystone_user: keystone
misc:
workers: 8
debug: false
dependencies:
api:
jobs:
jobs:
- mariadb-seed
- keystone-db-sync
service: