summaryrefslogtreecommitdiffstats
path: root/nova/tests/console
Commit message (Expand)AuthorAgeFilesLines
* Remove unused launch_time from instanceChris Behrens2013-05-311-1/+0
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-242-17/+0
* Update OpenStack LLC to FoundationKurt Taylor2013-02-262-2/+2
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-192-2/+4
* Merge "fix N402 for nova/tests"Jenkins2013-01-091-3/+3
|\
| * fix N402 for nova/testsSean Dague2013-01-091-3/+3
* | Move manager options into nova.serviceMark McLoughlin2013-01-091-1/+1
* | Move console_topic into nova.console.rpcapiMark McLoughlin2013-01-081-1/+0
|/
* Add get_backdoor_port to console.Matthew Treinish2012-12-192-16/+38
* Access DB values as dict not as attributes. Part 2Joe Gordon2012-11-291-1/+1
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-202-2/+2
* Remove nova.config.CONFMark McLoughlin2012-11-202-2/+4
* Remove nova.flagsMark McLoughlin2012-11-172-2/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-102-5/+4
* Remove flags.DECLAREMark McLoughlin2012-11-041-1/+3
* Remove unnecessary setUp, tearDown and __init__ in testsJohannes Erdfelt2012-09-281-7/+0
* Fix use of non-existant var pool.Russell Bryant2012-08-161-1/+69
* Change base rpc version to 1.0 in compute rpcapi.Russell Bryant2012-07-121-1/+1
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* instance_destroy now only takes a uuid.Michael Still2012-06-091-12/+12
* Convert consoles to use instance uuid.Michael Still2012-06-071-2/+2
* Add version to console rpc API.Russell Bryant2012-05-233-0/+203