nova/nova/cells
Ryan Rossiter 8806ac9e41 Remove DictCompat from ComputeNode
This change removes NovaObjectDictCompat from the ComputeNode object.
The only changes needed were changing dict syntax over to either use
dot syntax or getattr/setattr. In cases where the dict function update()
was used, the update dictionary was unchanged, but was not passed into
a new update helper function that applies the updates using setattr() on
the given kwargs.

Change-Id: Iba5303d23492db55f46df8b8f6b3dbae5b4971c1
Partially-Implements: bp rm-object-dict-compat-newton
2016-03-30 13:45:13 +00:00
..
filters Remove unused logging import and LOG global var 2015-12-25 18:01:12 +08:00
weights Config options: centralize section "cells" 2016-01-27 16:10:42 +02:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
driver.py Port to oslo.messaging 2014-02-01 09:53:24 +00:00
manager.py Config options: centralize section "cells" 2016-01-27 16:10:42 +02:00
messaging.py Config options: centralize section "cells" 2016-01-27 16:10:42 +02:00
opts.py Config options: centralize section "cells" 2016-01-27 16:10:42 +02:00
rpc_driver.py Config options: centralize section "cells" 2016-01-27 16:10:42 +02:00
rpcapi.py Set RPC version aliases for Mitaka 2016-03-16 09:54:49 -07:00
scheduler.py Avoid lazy-loads of ec2_ids on Instance 2016-03-15 07:07:15 -07:00
state.py Remove DictCompat from ComputeNode 2016-03-30 13:45:13 +00:00
utils.py Config options: centralize section "cells" 2016-01-27 16:10:42 +02:00