You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
365 B
8 lines
365 B
## A Heat environment that can be used to deploy linuxbridge |
|
resource_registry: |
|
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None |
|
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None |
|
OS::TripleO::Services::NeutronLinuxbridgeAgent: ../puppet/services/neutron-linuxbridge-agent.yaml |
|
|
|
parameter_defaults: |
|
NeutronMechanismDrivers: ['linuxbridge']
|
|
|