Update git submodules

* Update openstack-helm from branch 'master'
  - Merge "Allow more generic overrides for nova placement-api"
  - Allow more generic overrides for nova placement-api
    
    With this patch we allow for a more easy way of overriding some of
    the values that may be used in other distros while maintainting the
    default values if those values are not overriden
    
    The following values are introduced to be overriden:
    
    conf:
      security:
      software:
        apache2:
          conf_dir:
          site_dir:
          mods_dir
          binary:
          extra_flags:
          a2enmod:
          a2dismod:
    
    On which:
     * conf_dir: directory where to drop the config files for apache vhosts
     * site_dir: directory where to drop the enabled virtualhosts
     * mods_dir: directory where to drop any mod configuration
     * binary: the binary to use for launching apache
     * extra_flags: any flags that will be passed to the apache binary call
     * a2enmod: mods to enable
     * a2dismod: mods to disable
     * security: security configuration for apache
    
    Notice that if there is no overrides given, it should not affect anything
    and the templates will not be changed as the default values are set
    to what they used to be
    
    Change-Id: I4fcfde78c5c8fa65956aeae55108ffa1f10e6972
This commit is contained in:
Zuul 2019-04-17 05:48:43 +00:00 committed by Gerrit Code Review
parent b122be48fb
commit 3a3cbda8c8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f65c21de1e2867b9fdb88073a94445a399759dd1
Subproject commit 9928f5c81999475d5dfc57a751cb76d30e4272e4