Merge "ovn: Remove setting of DockerNeutronApiImage param"

This commit is contained in:
Zuul 2017-11-08 20:43:30 +00:00 committed by Gerrit Code Review
commit 85ff32ed59
2 changed files with 0 additions and 5 deletions
environments/services-docker

@ -23,6 +23,3 @@ parameter_defaults:
NeutronNetworkType: 'geneve'
NeutronServicePlugins: 'qos,ovn-router'
NeutronVniRanges: ['1:65536', ]
# TODO (numans) - This is temporary and needs to be handled in tripleo-common
DockerNeutronApiImage: 'tripleoupstream/centos-binary-neutron-server-ovn:latest'
DockerNeutronConfigImage: 'tripleoupstream/centos-binary-neutron-server-ovn:latest'

@ -23,5 +23,3 @@ parameter_defaults:
NeutronNetworkType: 'geneve'
NeutronServicePlugins: 'qos,ovn-router'
NeutronVniRanges: ['1:65536', ]
DockerNeutronApiImage: 'tripleoupstream/centos-binary-neutron-server-ovn:latest'
DockerNeutronConfigImage: 'tripleoupstream/centos-binary-neutron-server-ovn:latest'