summaryrefslogtreecommitdiff
path: root/nova/objects/flavor.py
Commit message (Expand)AuthorAgeFilesLines
* db: Replace use of strings in join, defer operationsStephen Finucane2022-04-081-6/+8
* db: Post reshuffle cleanupStephen Finucane2021-08-091-15/+16
* db: Move remaining 'nova.db.sqlalchemy' modulesStephen Finucane2021-08-091-1/+1
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-5/+4
* db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-051-12/+12
* Merge "Remove old flavor_create db api method"Zuul2018-03-201-3/+3
|\
| * Remove old flavor_create db api methodMatt Riedemann2018-02-141-3/+3
* | Remove unused LOG variablesTakashi NATSUME2018-02-271-2/+0
|/
* Add Flavor.description attributeMatt Riedemann2017-11-051-4/+35
* Remove compatibility code for flavorsMatt Riedemann2017-09-051-197/+28
* Merge "Use enum value instead of string service name"Jenkins2017-08-281-1/+1
|\
| * Use enum value instead of string service nameBalazs Gibizer2017-07-251-1/+1
* | Merge "rename binary to source in versioned notifications"Jenkins2017-08-281-1/+1
|\ \ | |/
| * rename binary to source in versioned notificationsBalazs Gibizer2017-07-251-1/+1
* | Remove translation of log messagesNgo Quoc Cuong2017-06-211-3/+2
|/
* Don't lazy-load flavor.projects during destroy()Matt Riedemann2017-05-021-1/+6
* Avoid lazy-loading projects during flavor notificationDan Smith2017-03-161-0/+5
* Merge "Handle unicode when dealing with duplicate flavors during online migra...Jenkins2017-01-261-1/+2
|\
| * Handle unicode when dealing with duplicate flavors during online migrationsMatt Riedemann2016-12-301-1/+2
* | Update notification for flavorMatt Riedemann2017-01-111-0/+5
* | Notifications for flavor operationsliyingjun2017-01-091-3/+27
|/
* Merge "Fix typo in image_meta.py & checks.py & flavor.py"Jenkins2016-12-261-1/+1
|\
| * Fix typo in image_meta.py & checks.py & flavor.pyzhangyanxian2016-11-231-1/+1
* | Use pick_context_manager throughout DB APIsmelanie witt2016-11-181-3/+3
* | No return for flavor destroyliyingjun2016-11-161-1/+1
|/
* Don't overwrite MarkerNotFound error messageMatt Riedemann2016-07-111-1/+1
* Make flavor-manage api call destroy with Flavor objectHans Lindgren2016-05-191-11/+8
* Fix flavor migration tests and edge case foundHans Lindgren2016-04-041-1/+2
* Block flavor creation until main database is emptyDan Smith2016-04-011-2/+37
* Add flavor migration routineDan Smith2016-04-011-0/+63
* Make Flavor create() and destroy() work against API DBDan Smith2016-04-011-4/+86
* Make flavor extra_specs operations work against the API DBDan Smith2016-03-241-4/+67
* Make Flavor access routines work against API databaseDan Smith2016-03-241-7/+94
* Merge "Make FlavorList.get_all() return results from the API and main DBs"Jenkins2016-03-231-5/+82
|\
| * Make FlavorList.get_all() return results from the API and main DBsDan Smith2016-03-231-5/+82
* | Fix SAWarning in _flavor_get_by_flavor_id_from_dbDiana Clarke2016-03-231-1/+1
|/
* Make Flavor.get operations prefer the API databaseDan Smith2016-03-171-4/+80
* Remove obj_relationships from objectsDan Smith2015-10-301-3/+0
* Update obj_reset_changes signatures to matchAndrew Laski2015-08-211-2/+3
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-3/+2
* Merge "Object: Fix incorrect parameter set in flavor save_extra_specs"Jenkins2015-06-101-1/+1
|\
| * Object: Fix incorrect parameter set in flavor save_extra_specsEli Qiao2015-04-221-1/+1
* | Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
|/
* Remove context from remotable call signatureDan Smith2015-03-181-7/+7
* Remove usage of remotable context parameter in fixed_ip, flavor, floating_ipDan Smith2015-03-171-10/+11
* Remove cases of passing context to remotable methods in FlavorDan Smith2015-03-061-4/+4
* Remove cases of passing context to remotable methods in InstanceDan Smith2015-03-061-3/+2
* objects: remove dict compat support from all XXXList() objectsDaniel P. Berrange2014-12-121-3/+1
* objects: allow creation of objects without dict item compatDaniel P. Berrange2014-12-121-2/+6
* Make objects.Flavor._orig_projects a listMatt Riedemann2014-11-171-1/+1