From 1ee0e58446a6319698e87876e4e2bb823b594086 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 2 May 2019 16:36:09 -0700 Subject: [PATCH] Enable image type query support in nova-next This enables the scheduler support for asking placement to filter computes with support for the given image's disk_format. Related to blueprint request-filter-image-types Change-Id: I07e0e6b26d01d3b481c74693bb1948ed82ceebd6 --- playbooks/legacy/nova-next/run.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml index f4547c55983e..04b3c13a1746 100644 --- a/playbooks/legacy/nova-next/run.yaml +++ b/playbooks/legacy/nova-next/run.yaml @@ -46,6 +46,9 @@ [compute] resource_provider_association_refresh = 0 + [scheduler] + query_placement_for_image_type_support = True + EOF executable: /bin/bash chdir: '{{ ansible_user_dir }}/workspace'