summaryrefslogtreecommitdiff
path: root/nova/objects/instance_group.py
Commit message (Expand)AuthorAgeFilesLines
* db: Replace use of strings in join, defer operationsStephen Finucane2022-04-081-10/+16
* db: Post reshuffle cleanupStephen Finucane2021-08-091-13/+13
* 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-1/+1
* db: Use module-level imports for sqlalchemy (for real)Stephen Finucane2021-07-051-5/+4
* Avoid unnecessary joins in InstanceGroup.get_hostsMatt Riedemann2019-05-231-1/+8
* Merge "Delete instance_group_member records from API DB during archive"Zuul2018-08-311-0/+11
|\
| * Delete instance_group_member records from API DB during archiveMatt Riedemann2018-08-291-0/+11
* | Make scheduler.utils.setup_instance_group query all cellsmelanie witt2018-08-241-0/+8
|/
* Add policy to InstanceGroup objectYikun Jiang2018-07-121-7/+72
* Refactor policies to policy in InstanceGroup DB modelYikun Jiang2018-07-091-17/+11
* Remove compatibility code for instance groupsMatt Riedemann2018-06-271-108/+15
* Transform servergroup.addmember notificationTakashi NATSUME2018-03-061-0/+1
* Transform servergroup.delete notificationBéla Vancsics2017-09-081-0/+4
* Transform servergroup.create notificationShunliZhou2017-09-081-0/+4
* Add InstanceGroup._remove_members_in_dbmelanie witt2017-06-081-0/+12
* Add InstanceGroupList.get_counts()melanie witt2017-06-061-1/+29
* Use pick_context_manager throughout DB APIsmelanie witt2016-11-181-1/+1
* Add online migration to move instance groups to API databasemelanie witt2016-08-221-9/+49
* Make InstanceGroup object favor the API databasemelanie witt2016-08-191-31/+278
* Merge "Fix the bug of "Error spelling of 'explicitely'""Jenkins2015-12-081-1/+1
|\
| * Fix the bug of "Error spelling of 'explicitely'"JuPing2015-11-131-1/+1
* | Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-2/+2
* | Remove obj_relationships from objectsDan Smith2015-10-301-6/+0
|/
* Fix RequestSpec.instance_group hydrationSylvain Bauza2015-09-021-3/+33
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-9/+5
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Remove context from remotable call signatureDan Smith2015-03-181-6/+6
* Remove usage of remotable context parameter in instance* objectsDan Smith2015-03-171-12/+12
* Switch to uuidutils from oslo_utils libraryDavanum Srinivas2015-02-251-1/+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
* Merge "add InstanceGroup.get_by_instance_uuid"Jenkins2014-10-201-2/+10
|\
| * add InstanceGroup.get_by_instance_uuidRussell Bryant2014-10-131-2/+10
* | Add notification for server group operationsJay Lau2014-10-161-0/+17
|/
* Add quotas for Server Groups (V2 API compatibility & V2.1 support)Phil Day2014-09-101-2/+14
* objects: Fix InstanceGroup.obj_make_compatible()Russell Bryant2014-08-211-0/+2
* Remove metadata/metadetails from instance/server groupsDan Smith2014-08-111-9/+11
* Fix object code direct use of other object modulesChris Behrens2014-06-241-4/+4
* Fix the rest of direct uses of instance module objectsChris Behrens2014-06-241-3/+3
* Instance groups: add method get_by_hintGary Kotton2014-04-151-0/+8
* Add InstanceGroup.get_by_name()Russell Bryant2014-03-271-1/+17
* postgres incompatibility in InstanceGroup.get_hosts()Chris Friesen2014-03-261-1/+1
* Add get_hosts to InstanceGroup objectRussell Bryant2014-03-061-2/+24
* Add add_members to InstanceGroup objectRussell Bryant2014-03-061-2/+11
* Clean up _make_*_list in object models to use base.obj_make_listShane Wang2014-02-261-12/+4
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Require List objects to be able to backlevel their contentsDan Smith2013-12-131-0/+8
* Make Object FieldType take an object name instead of a classDan Smith2013-10-211-0/+3
* Migrate InstanceGroup object to FieldsDan Smith2013-10-111-9/+9