diff options
author | Matthew Sherborne <msherborne@gmail.com> | 2013-01-08 13:05:16 +1000 |
---|---|---|
committer | Matthew Sherborne <msherborne@gmail.com> | 2013-01-11 08:32:41 +1000 |
commit | 745335bc3c6c74d6988083a11c7267b9597f4838 (patch) | |
tree | e9e8ab13bc9530edfeec4d56c70414b1775d9571 /nova/exception.py | |
parent | b35f86651120c52e611e671caad331e4f871c2cc (diff) | |
download | nova-745335bc3c6c74d6988083a11c7267b9597f4838.tar.gz nova-745335bc3c6c74d6988083a11c7267b9597f4838.tar.xz nova-745335bc3c6c74d6988083a11c7267b9597f4838.zip |
Move logic from os-api-host into compute
Renames host to host_name in various places to make it explicit what it
is the APIs are accepting and what we are passing around.
Moves logic out of the openstack api's host extension to the compute
library. This is in preparation for cells; cells provides its own
compute library that proxies certain calls to child cells.
In an effort to separate out the layers of code, we're moving all DB
related logic out of the openstack api layer and into compute library
layer.
For example @check_host which calls the DB should not be in the openstack
api layer. In the case of cells, we can't check for the existence of the
host until we arrive at the cell that contains the host.
Implements: blueprint host-api-prep-for-cells
Change-Id: Icb861fd323ba707ab3b661f0a2c6d8bb7bfdc85e
Diffstat (limited to 'nova/exception.py')
0 files changed, 0 insertions, 0 deletions