Update git submodules

* Update charm-glance from branch 'master'
  to 4d29d4792ebc3f99d484488ed1041ede74b4a620
  - Ensure openstack-release package is correct after install hook
    
    The linked bug shows the install of the charm with openstack-origin set
    to zed.  This happens because configure_installation_source() causes the
    openstack-release package to be installed *before* the zed cloud archive
    sources are configured into /etc/apt and an apt update done. This means
    that the openstack-release package says "yoga" despite the zed packages
    actually being installed.
    
    Then, on the config-changed hook, it sees that the installed version is
    showing as yoga and tries to do an upgrade.  This fails, as the charm
    hasn't yet bootstrapped, and the charm tries to bootstrap after
    upgrading the packages.
    
    There's a few bugs here which are exposed, but the tactical fix is to
    force the openstack-release to match the installed packages.
    
    Closes-Bug: #1989538
    Change-Id: Ic1cf491e1121f4fee3e57862fd1cc0315d3953da
This commit is contained in:
Corey Bryant 2022-10-05 16:27:42 +00:00 committed by Gerrit Code Review
parent b9673327be
commit 924e962ac7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e062ab667f8ac3e32c4765901f2c2a58fbd1b975
Subproject commit 4d29d4792ebc3f99d484488ed1041ede74b4a620