Files
python-ganttclient/nova/tests
Thierry Carrez 1b6b8e12c1 * Removes rogue direct usage of subprocess module by proper utils.execute calls
* Adds a run_as_root parameter to utils.execute, that prefixes your command with FLAG.root_helper (which defaults to 'sudo')
* Turns all sudo calls into run_as_root=True calls
* Update fakes accordingly
* Replaces usage of "sudo -E" and "addl_env" parameter into passing environment in the command (allows it to be compatible with alternative sudo_helpers)
* Additionally, forces close_fds=True on all utils.execute calls, since it's a more secure default
2011-08-11 12:34:04 +00:00
..
2010-08-03 16:51:37 +02:00
2010-08-03 16:51:37 +02:00
2011-07-22 20:41:46 +00:00
2011-07-29 19:36:37 +00:00
2011-08-09 18:46:57 -04:00
2011-08-05 14:06:22 +09:00
2011-08-09 18:46:57 -04:00
2011-07-22 00:39:53 +00:00
2011-04-19 09:48:44 -04:00
2011-02-21 00:15:49 -08:00
2011-06-01 10:17:00 -04:00
2011-08-04 23:01:22 -05:00
2011-07-23 16:57:05 +09:00