---
features:
  - |
    Add Parameters to Configure Ulimit for Containers.
    These parameters can be used to configure ulimit
    per container basis as per the requirement of the
    deployment.
    Following parameters are added for neutron, nova
    and cinder:-
    - DockerNeutronDHCPAgentUlimit defaults to nofile=1024
    - DockerNeutronL3AgentUlimit defaults to nofile=1024
    - DockerOpenvswitchUlimit defaults to nofile=1024
    - DockerNovaComputeUlimit defaults to nofile=1024
    - DockerCinderVolumeUlimit defaults to nofile=131072