Update git submodules

* Update charm-nova-cloud-controller from branch 'master'
  to 366df4c07e2cd6b36345051c90585d27916e81a6
  - Update nova relations data on ha-relation-changed
    
    When taking the nova-cloud-controller from single unit to full HA by
    increasing the number of units from 1 to 3 and relating it to hacluster,
    the data set on the cloud-compute relation is not updated, because the
    update_nova_relation() function is only called on
    cloud-compute-relation-joined and config-changed, none of these hooks
    are executed when scaling out the application.
    
    This patch introduces a call to update_nova_relation() on
    ha-relation-changed.
    
    Test case on an environment deployed with a single unit of
    nova-cloud-controller:
    
        export NOVA_CC_VIP=10.0.0.11
        juju config nova-cloud-controller vip=$NOVA_CC_VIP
        juju deploy --series jammy --channel 2.4/stable hacluster \
            nova-cloud-controller-hacluster
        juju add-unit -n 2 nova-cloud-controller
        juju deploy --series jammy memcached
        juju add-relation memcached nova-cloud-controller
        juju add-relation nova-cloud-controller nova-cloud-controller-hacluster
    
    Change-Id: Ib08bf9b6e1ce2b69be4d99ffe0726b59d81f4bc9
    Closes-Bug: #2002154
This commit is contained in:
Felipe Reyes 2023-04-26 13:15:39 -04:00 committed by Gerrit Code Review
parent 6737e970d4
commit 77d2a9e771
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 09928ae295ef5aecb52a3c82b48a157d4df60dea
Subproject commit 366df4c07e2cd6b36345051c90585d27916e81a6