Files
python-ganttclient/nova/tests
Mark McLoughlin 393e28bd3d Handle --flagfile by converting to .ini style
Add code to translate flagfiles into .ini config files so that we can
deprecate and, eventually remove, --flagfile.

By using the flagfile compat code, we no longer need to process the
contents of flagfiles as CLI options and we can reduce the number
of CLI options to a sane set:

  --verbose
  --logdir
  --logfile
  --use_syslog
  --use_stderr
  --connection_type
  --sql_connection
  --api_paste_config
  --state_path
  --lock_path
  --fake_network
  --fake_rabbit

This, in turn, means we can remove the evil hacks which we needed in
order to register CLI options after the initial parsing of the command
line.

Change-Id: I9e24008fa634d7c8378b253c1f7a6d2169076086
2012-02-07 21:35:30 +00:00
..
2012-01-23 07:45:33 -08:00
2012-01-18 14:44:05 +01:00
2011-07-22 20:41:46 +00:00
2011-07-22 00:39:53 +00:00
2012-01-12 22:27:46 +00:00
2011-02-21 00:15:49 -08:00
2011-09-29 13:39:59 +01:00
2011-08-04 23:01:22 -05:00
2011-07-23 16:57:05 +09:00
2012-01-15 19:39:08 -08:00