You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The customServiceConfig for cinder in the DCN DT is used
to set the storage_availability_zone. We wish to do this
for all Cinder services in the default site (`az0`), not
just for cinderAPI or cinderBackup as the AZ was missing
from the cinder-scheduler. Thus, we will move it to the
global section under the cinder template and out of the
cinderAPI and cinderBackup since they will inherit it.
The backend_availability_zone is kept inside of the
cinderVolumes loop since it needs to be set for other
AZs. There's no harm in letting the loop set it for az0
and it's simpler to do that than add a conditional.
Jira: https://issues.redhat.com/browse/OSPRH-11915
Signed-off-by: John Fulton <[email protected]>
0 commit comments