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
This commit is contained in:
Dan Smith 2019-05-02 16:36:09 -07:00
parent 57978de4a8
commit 1ee0e58446
1 changed files with 3 additions and 0 deletions

View File

@ -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'