Merge "Override policy for undercloud novajoin"
This commit is contained in:
commit
aff1b2ba49
@ -78,6 +78,11 @@ parameters:
|
||||
description: The timeout for both the vendordata dynamic connect and read
|
||||
values.
|
||||
type: number
|
||||
NovajoinPolicies:
|
||||
description: |
|
||||
A hash of policies to configure for Novajoin.
|
||||
default: {}
|
||||
type: json
|
||||
|
||||
resources:
|
||||
|
||||
@ -117,6 +122,7 @@ outputs:
|
||||
'119 novajoin':
|
||||
dport:
|
||||
- 9090
|
||||
nova::metadata::novajoin::policy::policies: {get_param: NovajoinPolicies}
|
||||
service_config_settings:
|
||||
keystone:
|
||||
nova::metadata::novajoin::auth::tenant: 'service'
|
||||
|
@ -94,6 +94,12 @@ parameter_defaults:
|
||||
NovaAutoDisabling: '0'
|
||||
NovaCorsAllowedOrigin: '*'
|
||||
NovaSyncPowerStateInterval: -1
|
||||
# Overwrite compute_server_user policy to allow any user with role admin
|
||||
# to post to novajoin (required for mistral workflow)
|
||||
NovajoinPolicies:
|
||||
compute_service_user:
|
||||
key: 'compute_service_user'
|
||||
value: 'role:admin'
|
||||
NeutronDhcpAgentsPerNetwork: 2
|
||||
HeatConvergenceEngine: true
|
||||
HeatCorsAllowedOrigin: '*'
|
||||
|
Loading…
Reference in New Issue
Block a user