Skip to content

Commit 0b4fdc5

Browse files
committed
ci_dcn_site: Set cross_az_attach at nova-api
We set the cross_az_attach to False at the nova compute level and we should set it at the nova api level too.
1 parent a25c8c9 commit 0b4fdc5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/dt/dcn/control-plane/scaledown/service-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ data:
203203
customServiceConfig: |
204204
[DEFAULT]
205205
default_schedule_zone=az0
206+
[cinder]
207+
cross_az_attach = False
206208
metadataServiceTemplate:
207209
enabled: false
208210
cellTemplates:

examples/dt/dcn/service-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ data:
275275
customServiceConfig: |
276276
[DEFAULT]
277277
default_schedule_zone=az0
278+
[cinder]
279+
cross_az_attach=False
278280
metadataServiceTemplate:
279281
enabled: false
280282
cellTemplates:

0 commit comments

Comments
 (0)