Skip to content

Commit

Permalink
Merge pull request #772 from untergeek/fix/766
Browse files Browse the repository at this point in the history
Fix omission of count in __map_method
  • Loading branch information
untergeek committed Sep 26, 2016
2 parents 82bc208 + ea672ef commit 876957a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions curator/snapshotlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __get_snapshots(self):
def __map_method(self, ft):
methods = {
'age': self.filter_by_age,
'count': self.filter_by_count,
'none': self.filter_none,
'pattern': self.filter_by_regex,
'state': self.filter_by_state,
Expand Down
3 changes: 3 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Changelog
`True`/`False` were used in environment variables, but not recognized.
#765 (untergeek)

* Fix missing `count` method in ``__map_method`` in SnapshotList. Reported in
#766 (untergeek)

**General**

* Update es_repo_mgr to use the same client/logging YAML config file.
Expand Down

0 comments on commit 876957a

Please sign in to comment.