nova/nova/compute
huangtianhua 98a2613bbc Fix a lazy-load exception in security_group_update()
When security_group_api is nova, the update_security_group api raises http
500 error: group rules fails with lazy load exception. Because the rule
infos of the security group will be return in response body, but the rule
attribute hasn't been preloaded.

Closes-Bug: #1244018
(cherry picked from commit b9b55935cb)

Conflicts:
	nova/tests/api/openstack/compute/contrib/test_security_groups.py
Change-Id: Ie07879ac22e4add90f75968778bf334915e8349c
2013-12-31 17:58:50 +08:00
..
__init__.py Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
api.py Fix a lazy-load exception in security_group_update() 2013-12-31 17:58:50 +08:00
cells_api.py Cells: Fix instance deletes 2013-10-30 09:21:16 +11:00
claims.py Add PCI device tracker to compute resource tracker 2013-08-29 16:55:56 +08:00
fakevirtinstance.xml update copyrights 2010-07-15 01:28:51 -04:00
flavors.py get_all_flavors uses id as key to be unique 2013-09-27 13:37:00 +10:00
instance_actions.py Shelve/unshelve an instance 2013-07-16 13:56:16 -04:00
manager.py Merge "Add context as parameter for resume" into stable/havana 2013-12-26 09:55:05 +00:00
power_state.py cleanup power state (partially implements bp task-management) 2012-05-29 10:16:59 -04:00
resource_tracker.py Only update PCI stats if they are reported from the host 2013-09-23 14:23:46 -07:00
rpcapi.py Allow resizes and migrates during live upgrade 2013-12-09 11:35:41 -05:00
stats.py Update OpenStack LLC to Foundation 2013-02-26 19:15:29 -05:00
task_states.py Remove deprecated task states 2013-09-26 20:51:34 +02:00
utils.py Fix getting nwinfo for Instance obj 2013-10-30 11:01:42 -04:00
vm_mode.py Tiny typo 2013-03-06 20:42:40 -05:00
vm_states.py Shelve/unshelve an instance 2013-07-16 13:56:16 -04:00