Merge "Override the replicas for ceilometer notification"

This commit is contained in:
Zuul 2019-07-12 15:28:33 +00:00 committed by Gerrit Code Review
commit 0e464e123f
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ class CeilometerHelm(openstack.OpenstackBaseHelm):
def _get_pod_overrides(self):
return {
'replicas': {
'central': self._num_controllers()
'central': self._num_controllers(),
'notification': self._num_controllers()
}
}