Comment 5 for bug 1648056

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova-lxd (stable/newton)

Reviewed: https://review.openstack.org/408168
Committed: https://git.openstack.org/cgit/openstack/nova-lxd/commit/?id=1f04f663bc2674f7429f25f698abade4bc0bda2a
Submitter: Jenkins
Branch: stable/newton

commit 1f04f663bc2674f7429f25f698abade4bc0bda2a
Author: James Page <email address hidden>
Date: Wed Dec 7 15:11:23 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:

      lxd_isolated -> lxd:isolated
      lxd_privileged_allowed -> lxd:privileged_allowed
      lxd_nested_allowed -> lxd:nested_allowed

    (also fixup branch configuration for stable/newton)

    Change-Id: I5ff696769c25639ff28eb029f27c8d22d5769adf
    Closes-Bug: 1648056
    (cherry picked from commit 3d8968140bc53ec2f0199816a9768309e644ea4f)