Update git submodules

* Update cinder from branch 'master'
  to 8e70b288fc836987965dae142480d40f901778c7
  - Merge "Quota: Add backup related default limits"
  - Quota: Add backup related default limits
    
    Logs show deprecation warning in the logs when creating backups.
    
    Warnings are related to the "backups" and "backup_gigabytes" quota
    resources:
    
      Deprecated: Default quota for resource: backups is set by the default
      quota flag: quota_backups, it is now deprecated. Please use the
      default quota class for default quota.
    
      Deprecated: Default quota for resource: backup_gigabytes is set by the
      default quota flag: quota_backup_gigabytes, it is now deprecated.
      Please use the default quota class for default quota.
    
    This warning is shown because the ``quota_classes`` table doesn't have
    entries for these 2 resources for the "default" quota class.
    
    This patch adds a database migration to create the ``backups`` and
    ``backup_gigabytes`` entries in the ``quota_classes`` table like we have
    for the other standard resources, such as ``volumes``, ``gigabytes``,
    etc.
    
    Closes-Bug: #1952420
    Change-Id: I2a83e9b23f40a8ef4a734b456e4b7afb1ad65f94
This commit is contained in:
Zuul 2024-02-06 01:37:21 +00:00 committed by Gerrit Code Review
parent 6430606d57
commit f28960c447
1 changed files with 1 additions and 1 deletions

2
cinder

@ -1 +1 @@
Subproject commit 2f626129e8726697bf2dd58c07a755d8c264a4fe
Subproject commit 8e70b288fc836987965dae142480d40f901778c7