Update git submodules

* Update charm-nova-compute from branch 'master'
  to 650f3a5d511690ec27648b30f3b24532378a33a1
  - [v2] Fix migration across nova-compute apps using ceph
    
    This change reworks previous changes [1] and [2] that had
    been respectively reverted and abandoned.
    
    When using the config libvirt-image-backend=rbd, VMs
    created from image have their disk data stored in ceph
    instead of the compute node itself.
    
    When performing live-migrations, both nodes need to
    access the same ceph credentials to access the VM's
    disk in ceph, but this is currently not possible
    if the nodes involved pertain to different
    nova-compute charm apps.
    
    This patch changes app name sent to ceph to
    'nova-compute-ceph-auth-c91ce26f', a unique name common to
    all nova-compute apps, allowing all nova-compute apps to
    use the same ceph auth.
    
    This change also ensures newly deployed nodes install
    the old credentials first on ceph-joined hook,
    and then supercedes it with the new credentials
    on ceph-changed hook, therefore also retaining
    the old credentials.
    
    This patch also includes the charmhelpers sync
    from PR: #840
    
    [1] https://review.opendev.org/889642
    [2] https://review.opendev.org/896155
    
    Closes-bug: #2028559
    Related-bug: #2037003
    
    Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1149
    
    Change-Id: I1ae12d787a1f8e7761ca06b5a80049c1c62e9e90
This commit is contained in:
Rodrigo Barbieri 2024-01-09 13:29:23 -03:00 committed by Gerrit Code Review
parent 07fb704398
commit 07a90f8d7b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4d6f4c07c9b634e22d5445a702be3d3ee9730ab3
Subproject commit 650f3a5d511690ec27648b30f3b24532378a33a1