summaryrefslogtreecommitdiffstats
path: root/nova/tests/api/openstack/compute/contrib/test_hosts.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-3/+0
* Fixes Nova API /os-hosts missing element "zone"Fei Long Wang2013-03-241-0/+2
* Merge "Fix: improve API error responses from os-hosts extension"Jenkins2013-03-151-6/+41
|\
| * Fix: improve API error responses from os-hosts extensionHans Lindgren2013-03-141-6/+42
* | Makes safe xml data calls raise 400 http error instead of 500Matthew Sherborne2013-03-141-0/+8
|/
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* More HostAPI() cleanup for cells.Chris Behrens2013-01-151-4/+6
* Move logic from os-api-host into computeMatthew Sherborne2013-01-111-55/+71
* fix N402 for nova/testsSean Dague2013-01-091-6/+6
* Remove availability_zones from service tableJoe Gordon2013-01-081-9/+5
* Fix handling of unimplemented host actionsMark McLoughlin2012-12-051-0/+36
* Fix positional arg swallow decoratorMark McLoughlin2012-12-051-12/+7
* Fix HostDeserializer to enable multiple line xmlMauro S. M. Rodrigues2012-11-221-4/+7
* Merge "Fix os-hosts extension can't return xml response correctly."Jenkins2012-11-201-6/+7
|\
| * Fix os-hosts extension can't return xml response correctly.Yaguang Tang2012-11-191-6/+7
* | Remove nova.flagsMark McLoughlin2012-11-171-1/+0
|/
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-2/+0
* Support for nova client list hosts with specific zoneivan-zhu2012-10-251-8/+22
* Keep the ComputeNode model updated with usageBrian Elliott2012-08-201-1/+1
* Remove unused importsRongzeZhu2012-08-171-1/+0
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Fix bug 1014925: fix os-hostsJoe Gordon2012-06-191-6/+9
* bug #996880 change HostNotFound in hosts to HTTPNotFounddaisy-ycguo2012-06-141-1/+1
* instance_destroy now only takes a uuid.Michael Still2012-06-091-2/+2
* Add version to scheduler rpc API.Russell Bryant2012-05-231-3/+4
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-4/+4
* Fixed status validation. Fixes bug 960884.Unmesh Gurjar2012-03-221-0/+3
* Fix OpenStack CapitalizationJoe Gordon2012-03-151-1/+1
* blueprint host-aggregates: host maintenanceArmando Migliaccio2012-02-211-27/+40
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Fix bug #924093masumotok2012-02-031-41/+14
* Adding live migration server actionsmasumotok2012-01-261-0/+128
* Merge "blueprint host-aggregates: maintenance operations to host OSAPI exts"Jenkins2012-01-251-1/+42
|\
| * blueprint host-aggregates: maintenance operations to host OSAPI extsJohn Garbutt2012-01-231-1/+42
* | Remove admin_only ext attr in favor of authzBrian Waldon2012-01-241-3/+0
|/
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+174