Merge pull request #108 from stannum-l/fix-keystone-config
Removed the ``workers`` configuration from keystone.conf
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
debug = {{ .Values.misc.debug }}
|
debug = {{ .Values.misc.debug }}
|
||||||
use_syslog = False
|
use_syslog = False
|
||||||
use_stderr = True
|
use_stderr = True
|
||||||
workers = {{ .Values.misc.workers }}
|
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
connection = mysql+pymysql://{{ .Values.database.keystone_user }}:{{ .Values.database.keystone_password }}@{{ include "keystone_db_host" . }}/{{ .Values.database.keystone_database_name }}
|
connection = mysql+pymysql://{{ .Values.database.keystone_user }}:{{ .Values.database.keystone_password }}@{{ include "keystone_db_host" . }}/{{ .Values.database.keystone_database_name }}
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ network:
|
|||||||
# alanmeadows(TODO): I seem unable to use {{ .IP }} here
|
# alanmeadows(TODO): I seem unable to use {{ .IP }} here
|
||||||
# but it does work for wsrep.conf in mariadb, I have spent
|
# but it does work for wsrep.conf in mariadb, I have spent
|
||||||
# time trying to figure this out am completely stumped
|
# time trying to figure this out am completely stumped
|
||||||
#
|
#
|
||||||
# helm --debug --dry-run shows me that the config map
|
# helm --debug --dry-run shows me that the config map
|
||||||
# contains {{ .IP }} but its simply translated by K8s
|
# contains {{ .IP }} but its simply translated by K8s
|
||||||
# to ""
|
# to ""
|
||||||
ip_address: "0.0.0.0"
|
ip_address: "0.0.0.0"
|
||||||
|
|
||||||
database:
|
database:
|
||||||
port: 3306
|
port: 3306
|
||||||
@@ -53,12 +53,11 @@ database:
|
|||||||
keystone_user: keystone
|
keystone_user: keystone
|
||||||
|
|
||||||
misc:
|
misc:
|
||||||
workers: 8
|
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
api:
|
api:
|
||||||
jobs:
|
jobs:
|
||||||
- mariadb-seed
|
- mariadb-seed
|
||||||
- keystone-db-sync
|
- keystone-db-sync
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user