Skip to content

Commit 1d38443

Browse files
committed
Replace the OVN Metadata agent with the OVN agent
The OVN Metadata agent is replaced in any CI job with the OVN agent. This is an incremental step on the deprecation of the OVN Metadata agent. Related-Bug: #2112313 Signed-off-by: Rodolfo Alonso Hernandez <[email protected]> Change-Id: I3a0740df6c71a163b9a05d849cebbcc5fec081cb
1 parent ad1dbaf commit 1d38443

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

zuul.d/base.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
vars:
7676
devstack_localrc:
7777
Q_AGENT: ovn
78+
OVN_AGENT_EXTENSIONS: 'metadata'
7879
# NOTE(ralonsoh): during the eventlet removal, the "logger" mech
7980
# driver has been removed from this list. Re-add it once the removal
8081
# is finished or the mech driver does not call monkey_patch().
@@ -128,7 +129,8 @@
128129
q-l3: false
129130
ovn-northd: true
130131
ovn-controller: true
131-
q-ovn-metadata-agent: true
132+
q-ovn-metadata-agent: false
133+
q-ovn-agent: true
132134
octavia: true
133135
o-api: true
134136
o-da: true

0 commit comments

Comments
 (0)