Skip to content

Commit

Permalink
Merge "Make info_cache handle when network_info is None"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 26, 2013
2 parents 98e8670 + 851205b commit 922e730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nova/objects/instance_info_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@

from nova import db
from nova.objects import base
from nova.objects import utils


class InstanceInfoCache(base.NovaObject):
fields = {
'instance_uuid': str,
'network_info': str,
'network_info': utils.str_or_none,
}

@staticmethod
Expand Down

0 comments on commit 922e730

Please sign in to comment.