Merge "Fixes type and description for NeutronL3HA"

This commit is contained in:
Jenkins 2016-07-23 12:09:47 +00:00 committed by Gerrit Code Review
commit 094c9d0bf6
2 changed files with 8 additions and 3 deletions

View File

@ -22,9 +22,9 @@ parameters:
description: Allow automatic l3-agent failover
type: string
NeutronL3HA:
default: 'False'
description: Whether to enable l3-agent HA
type: string
default: false
description: Whether to enable HA for virtual routers
type: boolean
NovaPassword:
description: The password for the nova service and db account, used by nova-api.
type: string

View File

@ -9,6 +9,10 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
NeutronL3HA:
default: true
description: Whether to enable HA for virtual routers
type: boolean
resources:
@ -27,5 +31,6 @@ outputs:
- get_attr: [NeutronServerBase, role_data, config_settings]
- neutron::server::enabled: false
neutron::server::manage_service: false
neutron::server::l3_ha: {get_param: NeutronL3HA}
step_config: |
include ::tripleo::profile::pacemaker::neutron::server