Merge "Enable ML2 baremetal by default with Ironic service"
This commit is contained in:
commit
4a2c63242d
@ -1,3 +1,6 @@
|
||||
parameter_defaults:
|
||||
NeutronMechanismDrivers: ['openvswitch', 'baremetal']
|
||||
|
||||
resource_registry:
|
||||
OS::TripleO::Services::IronicApi: ../../deployment/ironic/ironic-api-container-puppet.yaml
|
||||
OS::TripleO::Services::IronicConductor: ../../deployment/ironic/ironic-conductor-container-puppet.yaml
|
||||
|
@ -0,0 +1,6 @@
|
||||
features:
|
||||
- |
|
||||
The ``baremetal`` ML2 mechanism driver is enabled in the Networking Service
|
||||
(neutron) in the overcloud by default when the Baremtal Service (ironic) is
|
||||
enabled. Previously the user would have to enable this driver manually by
|
||||
overriding the ``NeutronMechanismDrivers`` parameter.
|
Loading…
Reference in New Issue
Block a user