Merge "Fix the CephDashboardNetwork default" into stable/train

This commit is contained in:
Zuul 2021-09-10 21:20:33 +00:00 committed by Gerrit Code Review
commit 28cc4136da
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ parameters:
MysqlNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
SnmpdNetwork: ctlplane
CephClusterNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}
CephDashboardNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephDashboardNetwork: ctlplane
CephGrafanaNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephMonNetwork: {{ _service_nets.get('storage', 'ctlplane') }}
CephRgwNetwork: {{ _service_nets.get('storage', 'ctlplane') }}