summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2019-05-02 16:36:09 -0700
committerDan Smith <dansmith@redhat.com>2019-05-07 10:24:21 -0700
commit1ee0e58446a6319698e87876e4e2bb823b594086 (patch)
tree0a4afc475cb6efb0943645cc160e9de92711ab7b /playbooks
parent57978de4a8ef43cd46e95e81e5d1874fdf4c69e4 (diff)
downloadnova-1ee0e58446a6319698e87876e4e2bb823b594086.tar.gz
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
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/legacy/nova-next/run.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml
index f4547c5598..04b3c13a17 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'