Update git submodules

* Update networking-baremetal from branch 'master'
  - Set amqp_auto_delete=true for notifications transport.
    
    ironic-neutron-agent uses oslo.messaing notifications
    to manage the hash ring members. Each listener uses a
    pool, to ensure all instances of the agent recived
    notifications from all other isntances of the agent.
    
    The pool used is a random uuid that is generated on
    startup, and on restart a new uuid is generated.
    
    In the messaging backend each pool creates a separate
    queue. When the agent is restarted this queue is not
    removed, and since the uuid is regenerated for the
    restarted agent the messaging backend keep publishing
    messages to the "old-uuid" queue as well as the
    "new-uuid" queue. The problem is that the "old-uuid"
    queue is no longer consumed, so it continues to grow
    and cause high RAM usage in the message broker
    back-end.
    
    To fix this set the queues to auto_delete so that
    they are deleted automatically when no consumers are
    active.
    
    Story: 2004933
    Task: 29322
    Change-Id: Ie51d0a0b02ed5ea336f3280d84d77cf8fec90ccb
This commit is contained in:
Harald Jensås 2019-02-05 14:02:25 +01:00 committed by Gerrit Code Review
parent 4cfd22879b
commit ff6ca7fbf8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 95bed8a2f34565546fcce7965ea192644a0c5aed
Subproject commit 00c2f2346ad1bcf7179ce1bc304b764f4ebc4cdf