commit 216b7a5cd50bb0ef10edfeb6b551b75b083952ae
Author: James Page <email address hidden>
Date: Wed Dec 7 15:03:24 2016 +0000
Switch to using lxd: namespace for extra-specs
Use of unscoped extra-specs confuses the ComputeCapabilitiesFilter,
causing all LXD compute hosts to be excluded as targets for
scheduling of instances.
Switch supported extra-specs to the lxd: namespace to ensure that
they are correctly ignored by other parts of Nova, but remain
visible in the LXD compute driver:
Reviewed: https:/ /review. openstack. org/408164 /git.openstack. org/cgit/ openstack/ nova-lxd/ commit/ ?id=216b7a5cd50 bb0ef10edfeb6b5 51b75b083952ae
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 216b7a5cd50bb0e f10edfeb6b551b7 5b083952ae
Author: James Page <email address hidden>
Date: Wed Dec 7 15:03:24 2016 +0000
Switch to using lxd: namespace for extra-specs
Use of unscoped extra-specs confuses the ComputeCapabili tiesFilter,
causing all LXD compute hosts to be excluded as targets for
scheduling of instances.
Switch supported extra-specs to the lxd: namespace to ensure that
they are correctly ignored by other parts of Nova, but remain
visible in the LXD compute driver:
lxd_isolated -> lxd:isolated privileged_ allowed -> lxd:privileged_ allowed nested_ allowed -> lxd:nested_allowed
lxd_
lxd_
(also fixup branch configuration for stable/mitaka)
Change-Id: I5ff696769c2563 9ff28eb029f27c8 d22d5769adf
Closes-Bug: 1648056