Add keystone_puppet_config

https://review.opendev.org/#/c/692664 is adding a new provider to handle
the auth token information for keystone. We need to include it in our
container generation so the file is generated.

Change-Id: Ie21f25e237e1176a8e9dfd741e85033a5462c3b5
This commit is contained in:
Alex Schultz 2019-12-11 09:36:34 -07:00
parent eeec9a52ee
commit 61033c5d88
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ outputs:
# Keystone endpoint creation occurs only on single node
step_3:
config_volume: 'keystone_init_tasks'
puppet_tags: 'keystone_config,keystone_domain_config,keystone_endpoint,keystone_identity_provider,keystone_role,keystone_service,keystone_tenant,keystone_user,keystone_user_role,keystone_domain'
puppet_tags: 'keystone_config,keystone_domain_config,keystone_endpoint,keystone_identity_provider,keystone_role,keystone_service,keystone_tenant,keystone_user,keystone_user_role,keystone_domain,keystone_puppet_config'
step_config: 'include ::tripleo::profile::base::keystone'
config_image: *keystone_config_image
host_prep_tasks: {get_attr: [KeystoneLogging, host_prep_tasks]}