summaryrefslogtreecommitdiffstats
path: root/nova/console
Commit message (Expand)AuthorAgeFilesLines
* Move console_topic into nova.console.rpcapiMark McLoughlin2013-01-082-2/+8
* Add helper methods to nova.pathsMark McLoughlin2013-01-041-2/+2
* Move global path opts in nova.pathsMark McLoughlin2013-01-041-1/+1
* Merge "Add get_backdoor_port to console."Jenkins2013-01-023-1/+14
|\
| * Add get_backdoor_port to console.Matthew Treinish2012-12-193-1/+14
* | Refactor xvp consoleChuck Short2012-12-161-3/+9
|/
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-203-3/+4
* Remove nova.config.CONFMark McLoughlin2012-11-206-9/+8
* Remove nova.flagsMark McLoughlin2012-11-176-6/+0
* Switch from FLAGS to CONF in nova.consoleMark McLoughlin2012-11-076-33/+37
* De-duplicate option: console_public_hostnameJoe Gordon2012-11-051-10/+2
* Use uuidutils.is_uuid_like for uuid validationZhongyue Luo2012-11-051-2/+2
* Replaced default hostname function from gethostname to getfqdnLuis Fernandez Alvarez2012-09-261-1/+1
* Add man pagesJoe Gordon2012-09-171-1/+2
* fix rpcapi version.Russell Bryant2012-09-111-0/+8
* Use the compute_rpcapi instance not the moduleYun Mao2012-08-241-1/+1
* Typo fix: existant => existentJoe Gordon2012-08-221-1/+1
* Merge "Remove unused function in console api"Jenkins2012-08-201-6/+0
|\
| * Remove unused function in console apiSulochan Acharya2012-08-151-6/+0
* | Fix use of non-existant var pool.Russell Bryant2012-08-161-1/+1
|/
* Fix uuid related bug in console/apiYun Mao2012-08-141-7/+4
* Fixes console/vmrc_manager.py import errorZhongyue Luo2012-07-251-1/+1
* Change base rpc version to 1.0 in compute rpcapi.Russell Bryant2012-07-121-3/+4
* Switch to common logging.Andrew Bogott2012-07-023-3/+3
* Use rpc from openstack-common.Russell Bryant2012-06-202-3/+3
* Merge "Convert consoles to use instance uuid."Jenkins2012-06-073-24/+25
|\
| * Convert consoles to use instance uuid.Michael Still2012-06-073-24/+25
* | Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-7/+7
|/
* Add get_console_topic() to the compute rpcapi.Russell Bryant2012-05-311-5/+3
* Add get_console_pool_info() to the compute rpcapi.Russell Bryant2012-05-312-14/+8
* Move queue_get_for() from db to rpc.Russell Bryant2012-05-303-9/+9
* Add version to console rpc API.Russell Bryant2012-05-233-14/+58
* Alphabetize importsJoe Gordon2012-05-141-1/+1
* Use openstack.common.importutils.Russell Bryant2012-04-282-3/+4
* Log instance.Michael Still2012-04-261-1/+1
* Fix OpenStack CapitalizationJoe Gordon2012-03-154-4/+4
* Cleanup flagsJoe Gordon2012-03-131-1/+1
* Add pybasedir and bindir optionsMark McLoughlin2012-03-091-1/+1
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-1/+0
* Standardize logging delaration and useJason Kölker2012-02-143-11/+13
* Remove the last of the gflags shim layerMark McLoughlin2012-02-104-4/+4
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-5/+4
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-034-4/+4
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-284-33/+55
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-135-6/+0
* Support using server uuids when accessing consoles.Mark Washenberger2011-10-261-3/+20
* Remove spurious direct use of subprocessThierry Carrez2011-08-051-1/+0
* phew ... workingSandy Walsh2011-06-292-4/+4
* Fixed incorrect error messageAlex Meade2011-06-071-1/+1
* merging trunkBrian Waldon2011-04-226-123/+110
|\