Merge "enable replicas of most nova pods"

This commit is contained in:
Zuul 2019-01-29 18:39:52 +00:00 committed by Gerrit Code Review
commit 1cb71140a3
1 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,15 @@ class NovaHelm(openstack.OpenstackBaseHelm):
overrides = {
common.HELM_NS_OPENSTACK: {
'pod': {
'replicas': {
'api_metadata': self._num_controllers(),
'placement': self._num_controllers(),
'osapi': self._num_controllers(),
'conductor': self._num_controllers(),
'consoleauth': self._num_controllers(),
'scheduler': self._num_controllers(),
# set replicas for novncproxy once it's validated.
},
'user': {
'nova': {
'uid': 0