Skip to content
Snippets Groups Projects
Commit 931fa483 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Fix condition of placement image build

This should fix placement image build if nova is disabled but zun is
enabled.

Change-Id: I238aeefefa88dd584ce61ac9eb52d50552336ed0
parent 791c219f
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ overcloud_container_image_regex_map:
- regex: panko
enabled: "{{ kolla_enable_panko | bool }}"
- regex: placement
enabled: "{{ kolla_enable_nova | bool }}"
enabled: "{{ kolla_enable_placement | bool }}"
- regex: prometheus
enabled: "{{ kolla_enable_prometheus | bool }}"
- regex: qdrouterd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment