Keystone: Remove unused container_puppet_tasks

This was introduced to manage keystone resources (users, projects and
so on) by puppet but now these resources are managed by ansible.

Change-Id: I9e76f21e41e2891f959cbf41b89cba07b2e67632
This commit is contained in:
Takashi Kajinami 2021-11-10 01:01:37 +09:00
parent bbaf446acf
commit 925e2db462
1 changed files with 0 additions and 7 deletions

View File

@ -920,13 +920,6 @@ outputs:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 4
container_puppet_tasks:
# Keystone endpoint creation occurs only on single node
step_3:
config_volume: 'keystone_init_tasks'
puppet_tags: 'keystone_config'
step_config: 'include tripleo::profile::base::keystone'
config_image: *keystone_config_image
host_prep_tasks: {get_attr: [KeystoneLogging, host_prep_tasks]}
metadata_settings:
get_attr: [ApacheServiceBase, role_data, metadata_settings]