Update git submodules

* Update cookbook-openstack-identity from branch 'master'
  - Properly notify apache restarts on keystone configuration updates
    
    This uses edit_resource to add a notification in the identity apache
    configuration when it gets updated. This is a workaround due to the fact
    we are using a version of the apache2 cookbook that is still using
    definitions and cannot add notifications with definitions.
    
    This is intended to ensure we only restart apache when the configuration
    is updated. Otherwise, the old behaviour was to restart apache on every
    run which is problematic in production environments. I have been using
    this in our production wrapper cookbook for the past year or so without
    any issue.
    
    This will be removed in the Stein release when we migrate to the newer
    apache2 cookbook which uses proper resources.
    
    Change-Id: I13de063d1e7ffd356d754eb0f2d8286a3c694836
    Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2019-06-19 18:35:03 -07:00 committed by Gerrit Code Review
parent 385faad7ee
commit 300e3f4b7f
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit df72871ac839a7cea73ee427bc8ea7c456615a7a
Subproject commit 5c2bfb4990b0c99a844624022b2ed4a57b37e4d3