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 8, 2024
1 parent 3ace225 commit 54934fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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,15 @@
- op: replace
path: /spec/keystone/template/replicas
value: 2
- op: add
path: /spec/nova/template/cellTemplates/cell0/metadataServiceTemplate/enabled
value: false
- op: add
path: /spec/nova/template/cellTemplates/cell1/metadataServiceTemplate/enabled
value: true
- op: add
path: /spec/neutron/template/metadataServiceTemplate/enabled
value: false

0 comments on commit 54934fb

Please sign in to comment.