Update git submodules

* Update charm-nova-compute from branch 'master'
  to f28ae8a3e1595c2bf6b4b6d8db0953fa147e46e0
  - Merge "Cap the number of workers always when multiplier is not set"
  - Cap the number of workers always when multiplier is not set
    
    Previously the cap is only applied to the units in containers. However,
    services in a bare metal also requires a sensible cap. Otherwise,
    nova-compute, for example, will have 256 workers for nova-api-metadata
    out of the box which is an overkill with the following system.
    
    32 cores * 2 threads/core * 2 sockets * 2 (default multiplier) = 256
    
    Let's cap the number of workers as 4 always, then let operators override
    it with an explicit config to worker-multiplier.
    
    Synced charm-helpers for
    https://github.com/juju/charm-helpers/pull/553
    
    Closes-Bug: #1843011
    Change-Id: If98f12d7cf1a77fb267f1b55c44896a48a40909a
This commit is contained in:
Zuul 2021-03-29 14:23:02 +00:00 committed by Gerrit Code Review
parent c057c3a1c0
commit 39d0479a36

@ -1 +1 @@
Subproject commit e76484fcd0b3737b8f50f56e9634d1529566cef7
Subproject commit f28ae8a3e1595c2bf6b4b6d8db0953fa147e46e0