diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-09 15:11:25 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-09 15:11:25 +0000 |
commit | 7cbc378fe3ade854e6b5095cc7405e80793c5f6f (patch) | |
tree | d641eb8608c18d8dffb2f7b3b47bdd4a7bdabf77 /puppet/services/neutron-base.yaml | |
parent | aca0c4fc2d6604972d7088b42b0e37cb2d126167 (diff) | |
parent | 0bc2403ecfe995d3e1a40d40a30f4b63e57cceab (diff) |
Merge "Addition of Nuage as mechanism driver for ML2"
Diffstat (limited to 'puppet/services/neutron-base.yaml')
-rw-r--r-- | puppet/services/neutron-base.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/neutron-base.yaml b/puppet/services/neutron-base.yaml index b9556890..b6980045 100644 --- a/puppet/services/neutron-base.yaml +++ b/puppet/services/neutron-base.yaml @@ -69,6 +69,12 @@ parameters: networks, neutron uses this value without modification. For overlay networks such as VXLAN, neutron automatically subtracts the overlay protocol overhead from this value. + NeutronDBSyncExtraParams: + default: '' + description: | + String of extra command line parameters to append to the neutron-db-manage + upgrade head command. + type: string ServiceData: default: {} description: Dictionary packing service data @@ -134,6 +140,7 @@ outputs: neutron::db::database_max_retries: -1 neutron::db::sync::db_sync_timeout: {get_param: DatabaseSyncTimeout} neutron::global_physnet_mtu: {get_param: NeutronGlobalPhysnetMtu} + neutron::db::sync::extra_params: {get_param: NeutronDBSyncExtraParams} - if: - dhcp_agents_zero - {} |