summaryrefslogtreecommitdiff
path: root/nova/compute/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove nova.compute.*API() shimsEric Fried2019-06-121-50/+0
* Remove cells codeStephen Finucane2019-05-201-12/+3
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* Use oslo.utilsDavanum Srinivas2014-10-061-4/+2
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-5/+3
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Add cells get_cell_type() methodChris Behrens2013-07-031-54/+12
* Deprecate compute_api_class option in the configSenhua Huang2013-05-261-5/+49
* Rework instance actions to work with cellsAndrew Laski2013-02-251-0/+12
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-8/+9
* Move logic from os-api-host into computeMatthew Sherborne2013-01-111-3/+14
* Move api_class options to where they are usedMark McLoughlin2013-01-091-0/+9
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+3
* Remove importing of flags from compute/*Chris Behrens2012-11-151-1/+0
* Switch from FLAGS to CONF in nova.computeMark McLoughlin2012-11-101-1/+2
* Stops compute api import at import timeVishvananda Ishaya2012-10-121-2/+5
* Use openstack.common.importutils.Russell Bryant2012-04-281-2/+3
* HACKING fixes, all but sqlalchemy.Yuriy Taraday2012-03-071-2/+0
* blueprint host-aggregates: host maintenanceArmando Migliaccio2012-02-211-0/+1
* Core modifications for future zones service.Chris Behrens2012-02-161-1/+6
* blueprint host-aggregates: OSAPI/virt integration, via nova.compute.apiArmando Migliaccio2012-01-251-0/+1
* Moved __init__ api code to api.py and changed allowed_instances quota method ...Eric Day2011-01-041-368/+1
* Merged trunk.Eric Day2011-01-041-2/+4
|\
* \ Merged trunk.Eric Day2010-12-301-7/+47
|\ \
| * \ Merged trunk.Eric Day2010-12-301-7/+47
| |\ \ | | |/
* | | Moved network operation code in ec2 api into a generic network API class. Rem...Eric Day2010-12-301-7/+13
|/ /
* | Converted a few more ec2 calls to use compute api.Eric Day2010-12-291-3/+9
* | Cleaned up the compute API, mostly consistency with other parts of the system...Eric Day2010-12-291-12/+312
|/
* update copyrightsTodd Willey2010-07-151-3/+1
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-12/+18
* initial commitJesse Andrews2010-05-271-0/+28