Comment 1 for bug 1800837

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_nova (master)

Reviewed: https://review.openstack.org/616302
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=14572c3153870b4fbe61022018346f234b6fcdcd
Submitter: Zuul
Branch: master

commit 14572c3153870b4fbe61022018346f234b6fcdcd
Author: Jonathan Rosser <email address hidden>
Date: Wed Nov 7 20:36:50 2018 +0000

    Fix nova-lxd tests for bionic.

    This patch adjusts the nova-lxd deployment so that it works correctly
    with LXD3 and bionic.

    * Update the zuul job and project config to switch from xenial to bionic.

    * Change the variable lxd_storage_pool to always have a defined value
      in the role defaults. This variable represents the name of the LXD
      storage pool which is distinct from any names associated with underlying
      storage. LXD storage pools created with 'lxd init' are always called 'default'.

    * Switch the role test storage backend from dir to ZFS. nova-lxd is
      currently not working for the dir backend as it expects the storage
      subsystem to support quotas.

    * Due to limitiations in nova-lxd it is necessary to ensure that the
      LXD storage pool name and ZFS pool names are both set to 'default'.

    Closes-Bug: #1800837
    Change-Id: If1e48bb2e789e13f20435da19907b5adb7c1ef1f