Skip to content

Commit

Permalink
Modify job to use metadata per cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkisaolamb committed Jul 9, 2024
1 parent 3ace225 commit 7cbd9c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ci/nova-operator-tempest-multinode/control_plane_hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,17 @@
- op: replace
path: /spec/keystone/template/replicas
value: 2
- op: add
path: /spec/nova/template/cellTemplates
value:
cell0:
metadataServiceTemplate:
enabled: false
cell1:
metadataServiceTemplate:
enabled: true
- op: add
path: /spec/neutron/template/metadataServiceTemplate/enabled
value: false

0 comments on commit 7cbd9c6

Please sign in to comment.