Update git submodules

* Update designate from branch 'master'
  to 41bf7dd319966e3fa0182b88b0869ab13b52092e
  - Workaround issue with dnspython >= 2.3.0
    
    The dnspython module >= 2.3.0 now validates the opcodes used when building DNS messages. This breaks Designate because designate is using an "unassigned"[1] opcode 14 for command/control messages inside the backend agents framework.
    
    This patch adds a workaround to override the dnspython opcode enum to include
    opcode 14. This will give us time to either remove the agent framework via deprecation or to change the agent framework protocol to not rely on unassigned opcode values.
    
    [1] https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-5
    
    Partial-Bug: #2002950
    
    Change-Id: If10443b2e361aa1b467fb64124ad3c82540bcddd
This commit is contained in:
Michael Johnson 2023-01-18 20:21:33 +00:00 committed by Gerrit Code Review
parent 752b7d5180
commit d7271f8e02
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit de000517fb6435526d808c137512a21ea5561580
Subproject commit 41bf7dd319966e3fa0182b88b0869ab13b52092e