Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> --- ts-openstack-deploy | 7 +++++++ 1 file changed, 7 insertions(+)
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() { -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel