Merge "Add redis password for ml2 ansible coordination"

This commit is contained in:
Zuul 2019-09-19 04:44:51 +00:00 committed by Gerrit Code Review
commit 979d4968c6
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,10 @@ parameters:
description: ML2 config for switches
default: {}
type: json
RedisPassword:
description: The password for the redis service account.
type: string
hidden: true
resources:
@ -58,6 +62,7 @@ outputs:
map_merge:
- get_attr: [NeutronMl2Base, role_data, config_settings]
- neutron::plugins::ml2::networking_ansible::host_configs: {get_param: ML2HostConfigs}
- neutron_redis_password: {get_param: RedisPassword}
service_config_settings: {}
metadata_settings:
get_attr: [NeutronMl2Base, role_data, metadata_settings]