summaryrefslogtreecommitdiffstats
path: root/nova/console
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fixed indentationtermie2011-04-201-4/+5
| * docstring cleanup, consoletermie2011-04-206-122/+108
* | Addressing exception.NotFound across the projectBrian Waldon2011-04-211-4/+2
|/
* Implementation of blueprint hypervisor-vmware-vsphere-support. (Link to blue...sateesh2011-03-242-0/+302
|\
| * * Updated document vmware_readme.rst to mention VLAN networking sateesh2011-03-162-13/+38
| * * Modified raise statements to raise nova defined Exceptions.sateesh2011-03-111-18/+32
| * Updated the code to detect the exception by fault type. sateesh2011-03-101-1/+1
| * Support for guest consoles for VMs running on VMware ESX/ESXi servers.sateesh2011-03-022-0/+263
* | Don't generate insecure passwords where it's easy to use urandom insteadJustin Santa Barbara2011-03-142-5/+1
* | execvp passes pep8Eric Windisch2011-03-091-3/+3
* | execvpEric Windisch2011-02-271-5/+5
|/
* fixes for various logging errors and issuesVishvananda Ishaya2011-02-202-2/+2
* i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-202-8/+8
* remove uneeded superclassMonsyne Dragon2011-01-103-64/+6
* change API classname to match the way other API's are done.Monsyne Dragon2011-01-072-2/+3
* fix some glitches due to someone removing instanc.internal_id (not that I mind) Monsyne Dragon2011-01-052-14/+11
* add in separate public hostname for console hosts. Monsyne Dragon2011-01-051-1/+6
* Fix a bunch of pep8 stuff Monsyne Dragon2011-01-056-31/+27
* pulled changes from trunkMonsyne Dragon2011-01-052-12/+86
* add in xs-console worker and tests. Monsyne Dragon2011-01-056-0/+468