Update git submodules

* Update puppet-keystone from branch 'master'
  - Merge "Don't use proc in title patterns"
  - Don't use proc in title patterns
    
    Using a proc in type title patterns causes an error when generating
    puppet types for environment isolation. For example, running `puppet
    generate types` on a puppet master produces the following error:
    ```
    Error:
    /etc/puppetlabs/code/environments/production/modules/keystone/lib/puppet/type/keystone_user_role.rb:
    title patterns that use procs are not supported.
    ```
    
    This commit changes the `project_domain` parameter to always default to
    `DEFAULT_DOMAIN` even when using a `<user>::<user_domain>@::<domain>` or
    `<user>@::<domain>` title pattern. The only place I could find that
    utilized `project_domain` being unset was determining `keystone_domain`
    autorequires. The logic was updated to reflect that `project_domain` is
    either set or should use the default unless `domain` is set.
    
    Change-Id: Icd29c5aa89ae442ca69cad0411188162462bf6ff
This commit is contained in:
Zuul 2019-03-25 16:57:39 +00:00 committed by Gerrit Code Review
parent cd8e7310cd
commit 77b9423be0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6114f198f056b474d2b7e13ef2e34f285f0eb556
Subproject commit e4507be6b0b74d5317a8b3baa03a00e3d2852dc0