summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_service.py
Commit message (Expand)AuthorAgeFilesLines
* Skip ipv6 tests on system without ipv6 supportQiu Yu2013-06-071-0/+3
* Convert Nova to use Oslo service infrastructure.Brian Elliott2013-05-131-3/+2
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-3/+3
* Remove unused import.Russell Bryant2013-01-151-1/+0
* Make nova.service get service through conductor.Russell Bryant2013-01-111-1/+2
* Add service_create to conductor.Russell Bryant2013-01-111-1/+3
* Merge "Enhance wsgi to listen on ipv6 address"Jenkins2013-01-101-0/+8
|\
| * Enhance wsgi to listen on ipv6 addressDavanum Srinivas2013-01-091-0/+8
* | fix N402 for nova/testsSean Dague2013-01-091-3/+3
|/
* Remove availability_zones from service tableJoe Gordon2013-01-081-3/+1
* Add pluggable ServiceGroup monitoring APIsYun Mao2012-11-261-34/+0
* Merge "Remove nova.config.CONF"Jenkins2012-11-201-2/+1
|\
| * Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* | Pass rpc connection to pre_start_hook.Russell Bryant2012-11-191-1/+1
|/
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-2/+3
* Add some hooks for managers when service startsChris Behrens2012-11-011-42/+56
* Remove unused importsRongzeZhu2012-08-171-1/+0
* Add multi-process support for API servicesJohannes Erdfelt2012-06-281-5/+1
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-2/+2
* Fix test_launcher_app to ensure service actually got startedJohannes Erdfelt2012-05-011-1/+5
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-6/+15
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-2/+0
* Port nova.flags to cfgMark McLoughlin2011-12-081-0/+4
* rename the test methodVishvananda Ishaya2011-08-181-1/+1
* switch FLAGS.* = in tests to self.flags(...)Chris Behrens2011-08-031-1/+0
* Implements a simplified messaging abstraction with the least amount of impact...Zed Shaw2011-07-261-170/+0
* I accidently the whole unittest2Brian Lamar2011-06-281-1/+0
* pep8 fixBrian Lamar2011-06-211-0/+1
* Tests for WSGI/LauncherBrian Lamar2011-06-211-0/+30
* changes per reviewtermie2011-05-261-2/+4
* Always create Service consumers no matter if report_interval is 0Chris Behrens2011-05-251-6/+51
* merge with trunk. moved scheduler_manager into manager. fixed testsSandy Walsh2011-03-171-0/+42
|\
| * fix pep8 checkKei Masumoto2011-03-101-3/+3
| * fixed based on reviewer's comment.Kei Masumoto2011-03-101-47/+30
| * 1. merged trunk rev749Kei Masumoto2011-03-011-7/+0
| |\
| * | Fixed based on reviewer's comment.Kei Masumoto2011-02-221-5/+1
| * | Merge request candidate version.Kei Masumoto2011-02-151-5/+11
| |\ \
| * | | 1. Merged to rev654(?)Kei Masumoto2011-02-101-7/+4
| |\| |
| * | | adding testcodeKei Masumoto2011-01-271-1/+60
| |/ /
* | | Tests all working againSandy Walsh2011-02-231-11/+14
* | | tests passingSandy Walsh2011-03-031-0/+6
| |/ |/|
* | updates to nova.flags to get help working bettertermie2011-02-231-7/+0
|/
* mergeEldar Nugaev2011-01-071-4/+11
* pep8 fixesTodd Willey2011-01-031-0/+1
|\
* | Add flag --enable_new_services to toggle default state of service when created.Todd Willey2010-12-281-0/+25
|/
* First pass at converting run_tests.py to nosetests. The network and objctstor...Eric Day2010-12-161-0/+227