Skip to content

Commit

Permalink
Merge pull request #300 from fmount/mysql_wsrep_sync_wait
Browse files Browse the repository at this point in the history
Revert mysql_wsrep_sync_wait config option

This is not a clean revert: we are removing mysql_wsrep_sync_wait because of the galera fix, but we would like to keep debug=True for CI troubleshooting purposes.

Reviewed-by: Andrew Bays <andrew.bays@gmail.com>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 20, 2024
2 parents 9647d68 + 7084d91 commit 32534a6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 19 deletions.
4 changes: 1 addition & 3 deletions examples/dt/bgp/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
glance:
customServiceConfig: |
[DEFAULT]
debug=True
debug = True
enabled_backends = default_backend:swift
[glance_store]
default_backend = default_backend
Expand All @@ -21,8 +21,6 @@ data:
swift_store_endpoint_type = internalURL
swift_store_user = service:glance
swift_store_key = {{ .ServicePassword }}
[database]
mysql_wsrep_sync_wait = 1
default:
replicas: 1

Expand Down
5 changes: 1 addition & 4 deletions examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
glance:
customServiceConfig: |
[DEFAULT]
debug=True
debug = True
enabled_backends = default_backend:swift
[glance_store]
Expand All @@ -47,9 +47,6 @@ data:
swift_store_endpoint_type = internalURL
swift_store_user = service:glance
swift_store_key = {{ .ServicePassword }}
[database]
mysql_wsrep_sync_wait = 1
default:
replicas: 1

Expand Down
4 changes: 1 addition & 3 deletions examples/dt/uni02beta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@ data:
glance:
customServiceConfig: |
[DEFAULT]
debug=True
debug = True
enabled_backends = default_backend:file
[glance_store]
default_backend = default_backend
[default_backend]
filesystem_store_datadir = /var/lib/glance/images/
[database]
mysql_wsrep_sync_wait = 1
databaseInstance: openstack
glanceAPIs:
default:
Expand Down
4 changes: 1 addition & 3 deletions examples/dt/uni04delta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
glance:
customServiceConfig: |
[DEFAULT]
debug=True
debug = True
enabled_backends = default_backend:rbd
[glance_store]
Expand All @@ -45,8 +45,6 @@ data:
store_description = "RBD backend"
rbd_store_pool = images
rbd_store_user = openstack
[database]
mysql_wsrep_sync_wait = 1
glanceAPIs:
default:
replicas: 3
Expand Down
4 changes: 1 addition & 3 deletions examples/dt/uni05epsilon/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ data:
glance:
customServiceConfig: |
[DEFAULT]
debug=True
debug = True
enabled_backends = primary:cinder,secondary:swift
[glance_store]
default_backend = primary
Expand All @@ -78,8 +78,6 @@ data:
swift_store_key = {{ .ServicePassword }}
[oslo_concurrency]
lock_path = /var/lib/glance/tmp
[database]
mysql_wsrep_sync_wait = 1
databaseInstance: openstack
glanceAPIs:
default:
Expand Down
4 changes: 1 addition & 3 deletions examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ data:
glance:
customServiceConfig: |
[DEFAULT]
debug = True
enabled_backends = default_backend:cinder
debug = true
[glance_store]
default_backend = default_backend
[default_backend]
Expand All @@ -58,8 +58,6 @@ data:
# cinder_use_multipath = true
[oslo_concurrency]
lock_path = /var/lib/glance/tmp
[database]
mysql_wsrep_sync_wait = 1
default:
replicas: 1

Expand Down

0 comments on commit 32534a6

Please sign in to comment.