diff options
author | Chris Behrens <cbehrens@codestud.com> | 2013-01-12 00:51:57 +0000 |
---|---|---|
committer | Chris Behrens <cbehrens@codestud.com> | 2013-01-12 00:55:12 +0000 |
commit | b7d70e08de24695da13b6af17b68a994646b5a6b (patch) | |
tree | cf2c2aafee1597f58b00ec63cee5e7a026755e06 /nova/wsgi.py | |
parent | cd2008c8f7476ba28e826ad40d4db8e94045723c (diff) | |
download | nova-b7d70e08de24695da13b6af17b68a994646b5a6b.tar.gz nova-b7d70e08de24695da13b6af17b68a994646b5a6b.tar.xz nova-b7d70e08de24695da13b6af17b68a994646b5a6b.zip |
Fix use of stale instance data in compute manager
There's a number of cases of using stale instance data in the compute
manager. Ie, there are a lot of calls to self._instance_update() that
ignore the response and use a stale copy of data from that point
forward.
Related to bug 1098727
That bug id is for 'reboot_instance' only, so there's a separate patch
to fix that method.
Change-Id: Ifec6bf23831b51c8679528428ee475c906c1f536
Diffstat (limited to 'nova/wsgi.py')
0 files changed, 0 insertions, 0 deletions