nova/nova/objects
Andrew Laski 5268c1136e Convert address to str in fixed_ip_obj.associate
A caller of associate may pass in a netaddr.IPAddress argument which
will currently fail when it gets to sqlalchemy.  Following the
convention of other methods the netaddr.IPAddress will be cast to a
string.

Change-Id: I67c1876b447217b37104660ba87ed967f477b863
Closes-bug: 1317668
2014-05-14 13:29:42 -04: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 Check object's field 2014-05-06 10:45:35 -07:00
block_device.py Don't translate debug level logs in nova.objects 2014-04-30 10:55:08 -07:00
compute_node.py Add get_by_service() method to ComputeNodeList object 2014-04-12 10:35:22 -07:00
dns_domain.py Add DNSDomain object 2014-01-25 20:33:29 -05:00
ec2.py Add VolumeMapping object for use in EC2 2014-04-24 17:20:40 +00:00
external_event.py Add external_instance_event() method to compute manager 2014-03-06 07:40:41 -08:00
fields.py Use Field in fixed_ip 2014-05-06 10:45:35 -07:00
fixed_ip.py Convert address to str in fixed_ip_obj.associate 2014-05-14 13:29:42 -04:00
flavor.py Require List objects to be able to backlevel their contents 2013-12-13 11:35:15 -08:00
floating_ip.py Fix migrate_instance_*() using DB for floating addresses 2014-04-22 07:42:50 -07:00
instance.py Don't translate debug level logs in nova.objects 2014-04-30 10:55:08 -07:00
instance_action.py Remove conductor usage from compute.utils.EventReporter 2014-05-08 15:18:53 +02:00
instance_fault.py Make cells use Fault obj for create 2014-05-02 12:17:16 -07:00
instance_group.py Instance groups: add method get_by_hint 2014-04-15 09:01:59 -07: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 Fix straggling uses of direct-to-database queries in nova-network 2014-04-08 16:55:43 -07: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 Don't translate debug level logs in nova.objects 2014-04-30 10:55:08 -07:00
virtual_interface.py Add VirtualInterface object 2014-01-20 11:29:41 -05:00