summaryrefslogtreecommitdiff
path: root/nova/availability_zones.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-4/+0
* trivial: Fetch 'Service' objects once when building AZsStephen Finucane2020-02-051-43/+58
* Always pass HostAPI to get_availability_zonesMatt Riedemann2019-04-261-18/+12
* AZ list performance optimization: avoid double service list DB fetchAndrey Volkov2019-04-241-6/+17
* Avoid lazy-load error when getting instance AZMatt Riedemann2017-05-251-1/+1
* Make os-availability-zones know about cellsDan Smith2017-03-151-4/+8
* Port test_metadata to Python 3Victor Stinner2016-11-291-2/+6
* Merge "Config options: centralize options in availability_zones"Jenkins2016-02-201-13/+2
|\
| * Config options: centralize options in availability_zonesSujitha2016-01-271-13/+2
* | Switch to oslo.cache libDavanum Srinivas2016-02-021-4/+4
|/
* Invalidate AZ cache when the instance AZ information is differentSylvain Bauza2015-09-091-0/+14
* Consolidate code to get the correct availability zone of an instanceHans Lindgren2015-09-091-2/+6
* Enable python34 tests for nova/tests/unit/objects/test*.pyDavanum Srinivas2015-07-011-1/+1
* Replace dict(obj.iteritems()) with dict(obj)Victor Stinner2015-05-211-1/+1
* Merge "consoliate set_availability_zones usage"Jenkins2015-03-231-4/+4
|\
| * consoliate set_availability_zones usagejichenjc2015-02-071-4/+4
* | Merge "Remove unused conductor parameter from get_host_availability_zone()"Jenkins2015-02-121-18/+5
|\ \ | |/ |/|
| * Remove unused conductor parameter from get_host_availability_zone()Hans Lindgren2015-02-021-18/+5
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
|/
* object-ify availability_zonesmelanie witt2014-07-091-7/+33
* Improve performance for checking hosts AZsSylvain Bauza2014-04-221-12/+30
* Merge "Fixing availability-zone not take effect error"Jenkins2014-02-021-4/+11
|\
| * Fixing availability-zone not take effect errorchenxiao2013-12-261-4/+11
* | Small edits on help stringsAndreas Jaeger2014-01-231-2/+2
|/
* Misc typos in novashreeduth-awasthi2013-12-051-1/+1
* Merge "Fix unicode key of azcache can't be stored to memcache"Jenkins2013-09-021-1/+1
|\
| * Fix unicode key of azcache can't be stored to memcacheYaguang Tang2013-08-231-1/+1
* | Update availability_zone on time if it was changedGuangya Liu2013-08-271-2/+4
|/
* Add validation of available_zone during instance createHe Jie Xu2013-07-161-11/+20
* Report the az based on the value in the instance table.Joshua Harlow2013-06-261-6/+34
* Extract getting instance's AZ into a helper module.gtt1162013-05-111-0/+21
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-3/+0
* Remove deprecated Grizzly code.Joe Gordon2013-04-041-2/+0
* List AZs fails if there are disabled servicesPhil Day2013-03-271-2/+2
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Make the metadata paths use conductorDan Smith2013-02-121-3/+7
* Fixes 'not in' operator usageZhongyue Luo2013-01-311-1/+1
* Make sure there are no unused importJoe Gordon2013-01-281-1/+0
* Adding REST API to show all availability zones of an regionzhiyanliu2013-01-231-0/+22
* Fix incorrect use of context objectgtt1162013-01-221-2/+2
* Fix nova.availability_zones docstringJoe Gordon2013-01-141-1/+1
* fix new N402 errorsSean Dague2013-01-101-1/+1
* Remove availability_zones from service tableJoe Gordon2013-01-081-0/+62