diff options
author | Dan Smith <danms@us.ibm.com> | 2013-01-02 09:30:10 -0800 |
---|---|---|
committer | Dan Smith <danms@us.ibm.com> | 2013-01-02 11:03:38 -0800 |
commit | 03c2a0ba5228448baf90fd9248bc51c8071a7d47 (patch) | |
tree | e596d7f551ec2bd90fcf8832b607227d74fbe45f /nova/utils.py | |
parent | 2ab0bf7431e155183c7f9d81553eb97a5f459365 (diff) | |
download | nova-03c2a0ba5228448baf90fd9248bc51c8071a7d47.tar.gz nova-03c2a0ba5228448baf90fd9248bc51c8071a7d47.tar.xz nova-03c2a0ba5228448baf90fd9248bc51c8071a7d47.zip |
Move block_device_mapping update operations to conductor
This patch moves the uses of the following methods in compute/manager
to the conductor:
- block_device_mapping_create()
- block_device_mapping_update()
- block_device_mapping_update_or_create()
As in the past with adding multiple similar operations to conductor,
only one method is actually added to the manager and RPC API, which
is similar to the update_or_create variant above. The public API for
conductor maintains all three variants and their original calling
conventions.
Related to blueprint no-db-compute-manager
Change-Id: Ibcb721ebd0ba8639ccb2ba2f7bed1dcf499e4edb
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions