Skip to content

Commit 06c80e2

Browse files
committed
[neutron-ovn] Add nova-metadata secret as optional
OVN Agent also supports metadata extension, but without nova-metadata config it fails. Added nova-metadata-neutron-config secret to the neutron-ovn dataplane service as optional. Resolves: #OSPRH-25996 Signed-off-by: Yatin Karel <ykarel@redhat.com>
1 parent 5258795 commit 06c80e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/services/dataplane_v1beta1_openstackdataplaneservice_neutron_ovn.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ spec:
77
dataSources:
88
- secretRef:
99
name: neutron-ovn-agent-neutron-config
10+
- secretRef:
11+
name: nova-metadata-neutron-config
12+
optional: true
1013
- configMapRef:
1114
name: neutron-ovn-extra-config
1215
optional: true

0 commit comments

Comments
 (0)