diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-03 19:39:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-03 19:39:52 +0000 |
commit | 71102bcc369b5f45a0960073954ad3ca835f62e7 (patch) | |
tree | 3f668c064082a8ccd10a7313edc9ef5a4bdef9db /puppet | |
parent | 7057ec6f7cedbf63ee0d0110cc14a61a9f2b07e1 (diff) | |
parent | 600f9b20311b7bf15a9956de8009d53af60e97e5 (diff) |
Merge "Increase libvirt/qemu.conf max_files and max_processes"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/nova-libvirt.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/services/nova-libvirt.yaml b/puppet/services/nova-libvirt.yaml index 11857af9..922a30f0 100644 --- a/puppet/services/nova-libvirt.yaml +++ b/puppet/services/nova-libvirt.yaml @@ -50,6 +50,9 @@ outputs: tripleo::profile::base::nova::libvirt_enabled: true nova::compute::libvirt::services::libvirt_virt_type: {get_param: NovaComputeLibvirtType} nova::compute::libvirt::libvirt_virt_type: {get_param: NovaComputeLibvirtType} + nova::compute::libvirt::qemu::configure_qemu: true + nova::compute::libvirt::qemu::max_files: 32768 + nova::compute::libvirt::qemu::max_processes: 131072 tripleo.nova_libvirt.firewall_rules: '200 nova_libvirt': dport: |