bf488a8630
When we use the flavor extra_specs "hide_hypervisor_id" in AggregateInstanceExtraSpecsFilter, then will retrun False. So we need correct the extra_specs. Change-Id: I9d8d8c3a30cf6da7e8fb48374347e069ab075df2 Closes-Bug: 1841932
10 lines
333 B
YAML
10 lines
333 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Add support for the ``hw:hide_hypervisor_id`` extra spec. This is an
|
|
alias for the ``hide_hypervisor_id`` extra spec, which was not
|
|
compatible with the ``AggregateInstanceExtraSpecsFilter`` scheduler
|
|
filter. See
|
|
`bug 1841932 <https://bugs.launchpad.net/nova/+bug/1841932>`_ for more
|
|
details.
|