Skip to content
Snippets Groups Projects
Commit 483f32ed authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Fix mongodb name in cron.json

There is a typo in cron.json making cron to fail
when mongodb is enabled.
Only affect master.

```MissingRequiredSource:
/var/lib/kolla/config_files/logrotate/mongdb.conf file is not found```

Change-Id: I79d41e94ee3361f2b4d831d17b1bb34a1964f580
parent e972a45d
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
( 'manila', enable_manila ),
( 'mariadb', enable_mariadb ),
( 'mistral', enable_mistral ),
( 'mongdb', enable_mongodb ),
( 'mongodb', enable_mongodb ),
( 'murano', enable_murano ),
( 'neutron', enable_neutron ),
( 'nova', enable_nova ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment