Merge "Switch Zaqar to use Redis"
This commit is contained in:
commit
2b883623db
@ -13,7 +13,7 @@ parameters:
|
||||
ZaqarManagementStore:
|
||||
type: string
|
||||
description: The management store for Zaqar
|
||||
default: mongodb
|
||||
default: redis
|
||||
EndpointMap:
|
||||
default: {}
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
|
@ -1,3 +1,3 @@
|
||||
resource_registry:
|
||||
OS::TripleO::Services::Zaqar: ../../docker/services/zaqar.yaml
|
||||
OS::TripleO::Services::MongoDb: ../../docker/services/database/mongodb.yaml
|
||||
OS::TripleO::Services::Redis : ../../docker/services/database/redis.yaml
|
||||
|
@ -1,3 +1,3 @@
|
||||
resource_registry:
|
||||
OS::TripleO::Services::Zaqar: ../../docker/services/zaqar.yaml
|
||||
OS::TripleO::Services::MongoDb: ../../docker/services/database/mongodb.yaml
|
||||
OS::TripleO::Services::Redis : ../../docker/services/database/redis.yaml
|
||||
|
@ -61,11 +61,11 @@ parameters:
|
||||
ZaqarMessageStore:
|
||||
type: string
|
||||
description: The messaging store for Zaqar
|
||||
default: mongodb
|
||||
default: redis
|
||||
ZaqarManagementStore:
|
||||
type: string
|
||||
description: The management store for Zaqar
|
||||
default: mongodb
|
||||
default: redis
|
||||
EnableInternalTLS:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Zaqar has been switched to use the redis backend by default from the
|
||||
mongodb backend. Mongodb has not been supported by TripleO since Pike.
|
Loading…
Reference in New Issue
Block a user