Heat templates for deploying OpenStack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# A Heat environment file which can be used to disable journal in MongoDb. |
|
# Since, when journaling is enabled, MongoDb will create big journal file |
|
# it can take time. In a CI environment for example journaling is not necessary. |
|
parameter_defaults: |
|
MongoDbNoJournal: true
|
|
|