
- Use mysqlCluster, mysql.presslabs.org/v1alpha1 CR - Remove keycloak hack in the magnum devstack Change-Id: I28bcf29da2b1bfb37d23ca5ff5a1851ff145819f
22 lines
432 B
YAML
22 lines
432 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: operator-config
|
|
data:
|
|
operator-config.yaml: |
|
|
ceilometer:
|
|
dbUri: "sqlite:///:memory:"
|
|
horizon:
|
|
ingress:
|
|
host: "horizon.vexxhost.com"
|
|
keystone: {}
|
|
heat:
|
|
configDir: /etc/heat
|
|
ingress:
|
|
host:
|
|
api: "h-api.vexxhost.com"
|
|
api-cfn: "h-api-cfn.vexxhost.com"
|
|
magnum:
|
|
configDir: /etc/magnum
|
|
chronyd: {}
|