File: fix-multiarch-image-props-filter-f2e885aa53d585ea.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (9 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
---
fixes:
  - The behaviour of ImagePropertiesFilter when using multiple architectures
    in a cloud can be unpredictable for a user if they forget to set the
    architecture property in their image.  Nova now allows the deployer to
    specify a fallback in ``[filter_scheduler]image_properties_default_architecture``
    to use a default architecture if none is specified.  Without this, it
    is possible that a VM would get scheduled on a compute node that does not
    support the image.