nova/nova/objects
Russell Bryant c447d6c043 Add InstanceGroup.get_by_name()
Legacy behavior of the 'group' scheduler hint was that the value was
treated as a name for the group.  To preserve the old behavior, the
InstanceGroup object needs to be able to look up a group by name.

Since we're so close to doing an RC, just use the db API methods
available now but leave a note that this should be optimized later
with a db.api query that looks up the group by name.

Change-Id: I1b8c72b29a9a44a171aaa231aeb3533ccf41f7c2
Partial-bug: #1296913
2014-03-27 21:39:45 +00:00
..
__init__.py Add security_group_rule to objects registry 2014-03-14 09:00:34 -07:00
aggregate.py Prevent caller from specifying id during Aggregate.create() 2014-02-27 08:17:58 +00:00
base.py Make NovaObject report changed-ness of its children 2014-03-17 16:59:41 +00:00
block_device.py Task cleanup_running_deleted_instances can now use slave 2014-03-10 12:37:13 -06:00
compute_node.py Fix compute_node stats 2014-03-09 08:33:54 +00:00
dns_domain.py Add DNSDomain object 2014-01-25 20:33:29 -05:00
external_event.py Add external_instance_event() method to compute manager 2014-03-06 07:40:41 -08:00
fields.py Support IPv6 when booting instances 2014-02-28 12:09:14 +08:00
fixed_ip.py Merge "Support IPv6 when booting instances" 2014-03-21 15:51:05 +00:00
flavor.py Require List objects to be able to backlevel their contents 2013-12-13 11:35:15 -08:00
floating_ip.py Make floating_ips module use FloatingIP for all get queries 2014-02-14 15:45:26 -08:00
instance.py Make NovaObject report changed-ness of its children 2014-03-17 16:59:41 +00:00
instance_action.py Add pack_action_start/finish helper to InstanceAction object 2014-02-26 09:19:45 +08:00
instance_fault.py Clean up _make_*_list in object models to use base.obj_make_list 2014-02-26 08:13:43 +08:00
instance_group.py Add InstanceGroup.get_by_name() 2014-03-27 21:39:45 +00:00
instance_info_cache.py Prevent Instance.refresh() from returning a new info cache 2014-01-06 08:22:37 -08:00
keypair.py Prevent caller from specifying id during KeyPair.create() 2014-02-10 17:02:11 +08:00
migration.py Clean up _make_*_list in object models to use base.obj_make_list 2014-02-26 08:13:43 +08:00
network.py Add Network object 2014-01-27 14:59:25 -08:00
pci_device.py Clean up _make_*_list in object models to use base.obj_make_list 2014-02-26 08:13:43 +08:00
quotas.py Fix inconsistent quota usage for security group 2014-03-23 11:07:09 +08:00
security_group.py Clean up _make_*_list in object models to use base.obj_make_list 2014-02-26 08:13:43 +08:00
security_group_rule.py Refactor CIDR field to use netaddr.IPNetwork 2014-01-14 11:05:29 -08:00
service.py Prevent caller from specifying id during Service.create() 2014-02-10 17:02:11 +08:00
utils.py Nova-all: Replace basestring by six for python3 compatability 2013-10-28 16:55:05 +08:00
virtual_interface.py Add VirtualInterface object 2014-01-20 11:29:41 -05:00