devstack/lib/nova_plugins
jianghua wang 797668ba77 XenServer: the cron job shouldn't print debug text into stderr
one cron job attempts to print debug text into stderr; so the file
of /root/dead.letter gets created and its size grows continuously.
It could eventually threaten dom0 disk space. Maybe there are two
solutions: one is to redirect the output to a specific log file;
and rotate log files in the script. And the other one is simply
to redirect the output /dev/null. By considering the function of
this cron job and the printed contents are straight and simple,
this patch set goes with the later solution.

Change-Id: I4875e5e3837e6f0249e314c6c5f408c79145c6c1
Closes-Bug: 1503966
2015-10-08 06:56:25 +01:00
..
functions-libvirt Remove unnecessary execute permissions 2015-10-01 21:01:35 +00:00
hypervisor-fake add shebang lines to all lib files 2014-12-10 11:28:05 -05:00
hypervisor-ironic Make ironic's service check flexible 2015-03-11 17:17:49 -07:00
hypervisor-libvirt Merge "libvirt virt_type=parallels support enchancement" 2015-07-21 04:58:31 +00:00
hypervisor-openvz add shebang lines to all lib files 2014-12-10 11:28:05 -05:00
hypervisor-vsphere VMware: remove configuration integration_bridge from nova 2015-09-08 21:39:20 -07:00
hypervisor-xenserver XenServer: the cron job shouldn't print debug text into stderr 2015-10-08 06:56:25 +01:00