Update git submodules

* Update charm-openstack-dashboard from branch 'master'
  to e8d0ca39a1e02abb075e283e4438464b90223b91
  - Make LocalSettingsContext more robust to priority
    
    The relation data for for the LocalSettings context could cause the
    priority sorting to break if the priority key wasn't cmpable (e.g. using
    <, > or ==).  This patch fixes the associated bug, by making the sorting
    extra robust and ensuring that un-cmp-able values are 'greater' (e.g.
    further down the list) that cmp-able values, and equal to each other.
    E.g. a partially ordered set.
    
    Change-Id: I6bbf7e5f81a772ffc6ea859c9ab7c05f2eb9fdc5
    Closes-bug: #2023404
This commit is contained in:
Alex Kavanagh 2023-07-04 15:11:49 +01:00 committed by Gerrit Code Review
parent a5e3839cff
commit f9de4ec4f1
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit cbcb084af8274949835b9e92f20d4fa852c09fb5
Subproject commit e8d0ca39a1e02abb075e283e4438464b90223b91