summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_flags.py
Commit message (Expand)AuthorAgeFilesLines
* Remove stale flags unit testsMark McLoughlin2012-11-231-90/+0
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-22/+21
* Remove flags.DECLAREMark McLoughlin2012-11-041-8/+9
* Move parse_args to nova.configMark McLoughlin2012-11-041-3/+4
* Remove unnecessary setUp, tearDown and __init__ in testsJohannes Erdfelt2012-09-281-4/+0
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-3/+0
* Use cfg's new global CONF objectMark McLoughlin2012-05-301-42/+24
* Use cfg's new behavior of reset() clearing overridesMark McLoughlin2012-05-211-1/+1
* Sync with latest version of openstack.common.cfgMark McLoughlin2012-05-211-2/+3
* Remove old flagfile support.Ghe Rivero2012-05-101-32/+0
* Update values in test_flagfile to be different.Alex Meade2012-03-091-3/+3
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-98/+30
* Handle --flagfile by converting to .ini styleMark McLoughlin2012-02-071-46/+34
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-26/+31
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-1/+0
* Deepcopy optparse defaults to avoid re-appending multistrings (#890489)Mark McLoughlin2011-11-151-0/+12
* Fix multistring flags default handling (#890489)Mark McLoughlin2011-11-151-1/+5
* Start switching from gflags to optparseMark McLoughlin2011-10-191-0/+90
* add a test from vish and fix the issuestermie2011-05-241-0/+14
* First pass at converting run_tests.py to nosetests. The network and objctstor...Eric Day2010-12-161-0/+102