puppet-gnocchi/releasenotes/notes/add-sync_db-to-gnocchi-db-class-d3fed198a27b15e0.yaml
Pradeep Kilambi df012edec8 Add sync_db param to gnocchi api class
This makes it cleaner to pass the flag from tht
rather than adding if checks.

Change-Id: I054d8bb57f605c8f4449fd78445a7c7ab3a8e49e
2016-04-07 11:35:39 -04:00

7 lines
250 B
YAML

---
fixes:
- Add a sync_db option to ::gnocchi::api class. This makes it easier
to control the db sync. The sync_db param is a boolean and set to
false by default for backward compatibility so db sync is not run
out of the box.