Update git submodules

* Update puppet-openstacklib from branch 'master'
  to 779c96bc49b303f364954c6b942a2824d0995343
  - inet6_prefix: Simplify exception handling
    
    The following exceptions all inherit IPAddr::Error, which inherits
    ArgumentError.
      - IPAddr::AddressFamilyError
      - IPAddr::InvalidAddressError
      - IPAddr::InvalidPrefixError
    
    Because we use the same logic for all of these exceptions, we can just
    catch the base ArgumentError instead of listing all these separately.
    
    Change-Id: Ie88fce429e1b73a89820a94e8635ed6ad906b07f
This commit is contained in:
Takashi Kajinami 2022-11-30 14:58:07 +09:00 committed by Gerrit Code Review
parent 75b71b99a5
commit ff3adfd13b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit e0d95463803d3c63589db365976dbe8fb0b7d7d8
Subproject commit 779c96bc49b303f364954c6b942a2824d0995343