Message ID | 20170728135625.30263-11-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ts-openstack-deploy b/ts-openstack-deploy index 2107760..f677513 100755 --- a/ts-openstack-deploy +++ b/ts-openstack-deploy @@ -130,6 +130,13 @@ END osstest ALL=(ALL) NOPASSWD:ALL Defaults:osstest env_keep += "CURL_CA_BUNDLE" END + + # Increase open fd limit of RabbitMQ server (message broker) + # https://bugs.launchpad.net/devstack/+bug/1703651 + target_putfilecontents_root_stash($ho, 100, + <<END, "/etc/default/rabbitmq-server"); +ulimit -n 65536 +END } sub deploy() {