Remove mongodb container image
mongodb has been retired from RDO dependencies repo in queens [1] so mongodb container images need to be removed from the list of images to build and pull. [1] https://lists.rdoproject.org/pipermail/dev/2018-January/008518.html Change-Id: I730a134f01c90de7b886ef6dbda50c52c5ec09bb Closes-Bug: #1745687
This commit is contained in:
parent
3757a44a30
commit
7cbb6d5a33
@ -47,7 +47,6 @@ container_images:
|
||||
- imagename: docker.io/tripleoupstream/centos-binary-mistral-engine:latest
|
||||
- imagename: docker.io/tripleoupstream/centos-binary-mistral-executor:latest
|
||||
- imagename: docker.io/tripleoupstream/centos-binary-mistral-event-engine:latest
|
||||
- imagename: docker.io/tripleoupstream/centos-binary-mongodb:latest
|
||||
- imagename: docker.io/tripleoupstream/centos-binary-multipathd:latest
|
||||
- imagename: docker.io/tripleoupstream/centos-binary-neutron-dhcp-agent:latest
|
||||
- imagename: docker.io/tripleoupstream/centos-binary-neutron-l3-agent:latest
|
||||
|
@ -356,13 +356,6 @@ container_images_template:
|
||||
services:
|
||||
- OS::TripleO::Services::MistralEventEngine
|
||||
|
||||
- imagename: "{{namespace}}/{{name_prefix}}mongodb{{name_suffix}}:{{tag}}"
|
||||
params:
|
||||
- DockerMongodbConfigImage
|
||||
- DockerMongodbImage
|
||||
services:
|
||||
- OS::TripleO::Services::MongoDb
|
||||
|
||||
- imagename: "{{namespace}}/{{name_prefix}}multipathd{{name_suffix}}:{{tag}}"
|
||||
params:
|
||||
- DockerMultipathdConfigImage
|
||||
|
Loading…
x
Reference in New Issue
Block a user