Merge "Fixes OVN docker image prep with Neutron"

This commit is contained in:
Zuul
2019-02-12 17:45:34 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -534,6 +534,7 @@ container_images_template:
services:
- OS::TripleO::Services::NeutronApi
- OS::TripleO::Services::NeutronServer
- OS::TripleO::Services::OVNController
- imagename: "{{namespace}}/{{name_prefix}}neutron-metadata-agent-ovn{{name_suffix}}:{{tag}}"
image_source: kolla

View File

@@ -0,0 +1,5 @@
---
fixes:
- |
Preparing docker image containers with just OVN now also generates the
corresponding Neutron Server OVN docker image.