Update git submodules

* Update openstack-helm from branch 'master'
  - Merge "Allow more generic overrides for ceilometer-api"
  - Allow more generic overrides for ceilometer-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:
          start_flags:
          a2enmod:
          a2dismod:
    
    On which:
     * conf_dir: directory where to drop the config files
     * 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
     * start_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 as to not disrupt existing deployments.
    
    Change-Id: Ibb7e3bec0f6561bccc6a1aea907a2f3e4e1bfb73
This commit is contained in:
Zuul 2019-04-13 14:25:12 +00:00 committed by Gerrit Code Review
parent a61bbc7e3e
commit 3d434a5518

@ -1 +1 @@
Subproject commit 603f8edb8bcd42701b7bda45ecf60a87eece4a89
Subproject commit f87025e2b860a1e64656fb9c488bf9d437133884