Update git submodules

* Update puppet-openstacklib from branch 'master'
  to 84c99513c759d1284512b8ee19fd00bb823b56f3
  - Merge "Simplify policies definition"
  - Simplify policies definition
    
    Currently the openstacklib::policy::policies parameter requires
    the following format.
    
    openstacklib::policy { 'foo':
      policies => {
        'title' => {
          'key'   => 'policy-key',
          'value' => 'policy-value'
        }
      },
      ...
    }
    
    However the top level key ('title') is used to determine resource
    names and does not affect actual configuration. This is quite redundant
    and sometimes confusing to users.
    
    This allows using title strings to define policy keys. With this change
    users can use a policies value like the following example. This is
    similar to the existing config classes interface.
    
    openstacklib::policy { 'foo':
      policies => {
        'policy-key' => {
          'value' => 'policy-value'
        }
      },
      ...
    }
    
    Change-Id: I7f8caa2b3e5cab852f64c5fdbb3452485d8aabab
This commit is contained in:
Zuul 2024-01-02 16:56:22 +00:00 committed by Gerrit Code Review
parent 7c93ff0c07
commit b1404cfea7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4f440b1103d784d0d15a88c8250561bf83c2c9af
Subproject commit 84c99513c759d1284512b8ee19fd00bb823b56f3