summaryrefslogtreecommitdiff
path: root/nova/compute/flavors.py
Commit message (Expand)AuthorAgeFilesLines
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-1/+2
* db: Remove constant aliases from 'nova.db.api'Stephen Finucane2021-07-051-8/+9
* Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-5/+6
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-2/+1
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-1/+1
* trivial: Remove dead codeStephen Finucane2019-12-121-9/+0
* Remove deprecated 'default_flavor' config optionTakashi NATSUME2019-04-301-17/+0
* Remove flavor id and name validation code翟小君2019-04-011-31/+0
* Remove unused flavor_delete_info() methodMatt Riedemann2018-08-031-24/+0
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Add microversion to allow setting flavor descriptionMatt Riedemann2017-11-151-1/+2
* Merge "Replace flavors.get_all_flavors_sorted_list() with object call"Jenkins2016-10-181-12/+0
|\
| * Replace flavors.get_all_flavors_sorted_list() with object callHans Lindgren2016-08-171-12/+0
* | Replace uuid4() with generate_uuid() from oslo_utilshussainchachuliya2016-09-231-2/+2
|/
* Return 400 HTTP error for invalid flavor attributesdineshbhor2016-05-261-11/+2
* Make flavor-manage api call destroy with Flavor objectHans Lindgren2016-05-191-16/+0
* config options: centralize default flavor optionMarkus Zoeller2016-05-131-10/+2
* Remove flavors.get_flavor() only used in testsHans Lindgren2015-11-131-14/+0
* Remove flavors.get_all_flavors() only used in testsHans Lindgren2015-11-061-17/+0
* Remove duplicate VALID_NAME_REGEXjichenjc2015-09-201-2/+1
* Enable python34 tests for nova/tests/unit/objects/test*.pyDavanum Srinivas2015-07-011-1/+1
* Replace unicode with six.text_typeVictor Stinner2015-05-121-1/+1
* Merge "Avoid KeyError Exception in extract_flavor()"Jenkins2015-03-231-0/+4
|\
| * Avoid KeyError Exception in extract_flavor()Trung Trinh2015-03-051-0/+4
* | Use oslo.logDavanum Srinivas2015-02-221-1/+1
* | Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* | Add flavor fields to Instance objectDan Smith2015-01-291-0/+8
|/
* Expand valid resource name character setChris St. Pierre2014-12-181-3/+5
* initialize objects with context in flavorsmelanie witt2014-11-201-3/+2
* object-ify flavors api and compute/api side of RPCmelanie witt2014-11-131-46/+28
* Merge "move dict copy in prep for object-ify flavors"Jenkins2014-10-081-1/+2
|\
| * move dict copy in prep for object-ify flavorsmelanie witt2014-09-181-1/+2
* | Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
|/
* Stash numa-related flavor extra_spec items in system_metadataDan Smith2014-09-121-0/+40
* Replace pci_request flavor storage with proper object usageDan Smith2014-09-101-3/+0
* Move to oslo.dbAndrey Kurilin2014-09-051-1/+1
* Update RESP message when failed to create flavorwangbo2014-08-251-9/+14
* Compute: add log exception hintsshuangtai2014-08-041-2/+3
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Merge "Fix upper bound checking for flavor create parameters"Jenkins2014-03-031-3/+2
|\
| * Fix upper bound checking for flavor create parametersJohn Warren2014-02-131-3/+2
* | Guard against oversize flavor rxtx_factor floatEdward Hope-Morley2014-02-061-2/+12
|/
* Merge "Enforce FlavorExtraSpecs Key format."Jenkins2014-02-041-0/+11
|\
| * Enforce FlavorExtraSpecs Key format.Leandro I. Costantino2014-02-031-0/+11
* | Remove vi modelinesliu-sheng2014-02-031-2/+0
|/
* Small edits on help stringsAndreas Jaeger2014-01-231-1/+1
* Remove deprecated config aliasesJoe Gordon2013-12-171-2/+0
* Merge "Enable non-ascii characters in flavor names"Jenkins2013-11-261-5/+11
|\
| * Enable non-ascii characters in flavor namesLuis A. Garcia2013-11-081-5/+11
* | Rename InstanceType exceptions to FlavorMatt Riedemann2013-11-151-2/+2