Merge "Upgrade elasticsearch to 1.7.6"

This commit is contained in:
Jenkins 2017-01-03 23:45:21 +00:00 committed by Gerrit Code Review
commit 7fdef1efd5

View File

@ -37,7 +37,7 @@ class openstack_project::elasticsearch_node (
'http.cors.allow-origin' => "'*'", # lint:ignore:double_quoted_strings
},
heap_size => $heap_size,
version => '1.7.5',
version => '1.7.6',
}
cron { 'delete_old_es_indices':