summaryrefslogtreecommitdiffstats
path: root/nova/tests/conductor/__init__.py
diff options
context:
space:
mode:
authorDan Smith <danms@us.ibm.com>2012-10-03 10:46:12 -0700
committerDan Smith <danms@us.ibm.com>2012-11-19 11:41:34 -0800
commit4ea757b8804eb55f8c49f6fcf0c1def7d7390fd8 (patch)
tree569277bc66ab6888df9048b0855c74603e2dd641 /nova/tests/conductor/__init__.py
parent9fb877820befcf8eba7a260c0f604d1646e13462 (diff)
downloadnova-4ea757b8804eb55f8c49f6fcf0c1def7d7390fd8.tar.gz
nova-4ea757b8804eb55f8c49f6fcf0c1def7d7390fd8.tar.xz
nova-4ea757b8804eb55f8c49f6fcf0c1def7d7390fd8.zip
Add the beginnings of the nova-conductor service
This adds a new service called "nova-conductor" which will provide services for nova-compute, such as completing database updates and handling long-running tasks. Right now, this just adds a fraction of the database-related work so that we can proceed with incremental changes to nova-compute. For compatibility/flexibility, both LocalAPI and (RPC)API classes are provided. Users concerned with performance or compatibility who wish to maintain compute-node-local database accesses can set the [conductor] use_local=True, which will mimic the legacy behavior. DocImpact Change-Id: Ib81d879f40b7daceeffad5af0631c7db68168661
Diffstat (limited to 'nova/tests/conductor/__init__.py')
-rw-r--r--nova/tests/conductor/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/nova/tests/conductor/__init__.py b/nova/tests/conductor/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/nova/tests/conductor/__init__.py