diff options
author | Dan Smith <danms@us.ibm.com> | 2013-05-22 17:30:36 -0700 |
---|---|---|
committer | Dan Smith <danms@us.ibm.com> | 2013-06-07 11:43:37 -0700 |
commit | 6fcf4133b49cfefa77151937dec4db097a85c349 (patch) | |
tree | 07436a73fb8f9ff6b154ffde59aaba52c3078072 /nova/utils.py | |
parent | e86d5b063bbb741d411bf4b50b5cc8a9829960db (diff) | |
download | nova-6fcf4133b49cfefa77151937dec4db097a85c349.tar.gz nova-6fcf4133b49cfefa77151937dec4db097a85c349.tar.xz nova-6fcf4133b49cfefa77151937dec4db097a85c349.zip |
Use Instance Objects for Start/Stop
This patch makes the start and stop operations use the Instance
object instead of passing SQLA-derived dicts over RPC. Until
something more sophisticated is needed (and developed), it also
adds a nova.object.register_all() function which just triggers
imports of all the object models so that they are registered.
When adding a new object type, that register function should be
updated appropriately.
Related to bp/unified-object-model
Change-Id: I3c8d9cba07d34097a279502062906de802d19d1f
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions