42b250750d
Change-Id: Ib6bb1d85e107a7aa4a4f522d976a00b385712127
16 lines
757 B
YAML
16 lines
757 B
YAML
---
|
|
features:
|
|
- LXC containers will now generate a fixed mac address on all
|
|
network interfaces when the option `lxc_container_fixed_mac`
|
|
is set to **true**. This feature was implemented to resolve
|
|
issues with dynamic mac addresses in containers generally
|
|
experienced at scale with network intensive services.
|
|
fixes:
|
|
- LXC containers will now have the ability to use a fixed mac
|
|
address on all network interfaces when the option
|
|
`lxc_container_fixed_mac` is set **true**. This change will
|
|
assist in resolving a long standing issue where network intensive
|
|
services, such as neutron and rabbitmq, can enter a confused state
|
|
for long periods of time and require rolling restarts or internal
|
|
system resets to recover.
|