Merge "Fix the CephDashboardNetwork default"

This commit is contained in:
Zuul 2021-09-07 15:34:06 +00:00 committed by Gerrit Code Review
commit e714baa14a
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ parameter_defaults:
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') }}