Update git submodules

* Update charm-nova-cloud-controller from branch 'master'
  to 007f9e33b0f111bcd22aebfa785bb5066832e802
  - In nova_cc_utils.py:resolve_hosts_for: .append -> .add
    
    The method was refactored (in part) to use sets to enforce uniqueness of
    the hosts.  Unfortunately, a list method (.append()) slipped through
    that should have been converted to .add(). This fixes that error.
    
    Change-Id: I248430cd1a9156efab745fe110a39441b503b3a5
    Closes-Bug: #1992789
This commit is contained in:
Alex Kavanagh 2022-10-24 11:19:20 +01:00 committed by Gerrit Code Review
parent 14ed17e2d0
commit 8ada732ec8

@ -1 +1 @@
Subproject commit abb8ee551c0abc91c986f2a8482c7462cd7a8e39
Subproject commit 007f9e33b0f111bcd22aebfa785bb5066832e802