Add missing ComputeNeutronMetadataAgent service into tripleo_containers.yaml.j2.

When using DVR the Compute roles make use of the services
ComputeNeutronOvsAgent, ComputeNeutronL3Agent, ComputeNeutronMetadataAgent
and ComputeNeutronCorePlugin. However, the ComputeNeutronMetadataAgent was
missing from the tripleo_containers.yaml.j2 which causes issues at the time
of retrieving the images from the Undercloud registry.

Related-Bug: #1898256
Change-Id: I52204ec1bcb3a43e5d8e8503871a27b8bfb88e7b
(cherry picked from commit d2a5d9856d)
This commit is contained in:
Jose Luis Franco Arza 2020-11-04 16:20:16 +01:00 committed by Jesse Pretorius
parent 7d93ae6ff9
commit 4e89e4bbc5
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ container_images_template:
- ContainerNeutronMetadataImage - ContainerNeutronMetadataImage
services: services:
- OS::TripleO::Services::NeutronMetadataAgent - OS::TripleO::Services::NeutronMetadataAgent
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- imagename: "{{namespace}}/{{name_prefix}}neutron-mlnx-agent{{name_suffix}}:{{tag}}" - imagename: "{{namespace}}/{{name_prefix}}neutron-mlnx-agent{{name_suffix}}:{{tag}}"
image_source: tripleo image_source: tripleo