summaryrefslogtreecommitdiffstats
path: root/nova/compute
diff options
context:
space:
mode:
authorDan Smith <danms@us.ibm.com>2012-12-12 13:06:30 -0800
committerDan Smith <danms@us.ibm.com>2012-12-15 08:08:33 -0800
commit20f0c601fe5bd59c2a2f07a8be428ddca995afc5 (patch)
tree546d0ad030f38cfd1bff3f06472841ab334f07f3 /nova/compute
parent20811e9298e11d99f9d4b5f48abad32d8736ccdc (diff)
Move provider_fw_rule_get_all to conductor
This patch moves the compute/manager's use of the provider_fw_rule_get_all() method to the conductor. Related to blueprint no-db-compute-manager Change-Id: I963fc65046d29b6eb92b82d559593a64ff775632
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index 9e494df56..66e605477 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -289,7 +289,7 @@ class ComputeVirtAPI(virtapi.VirtAPI):
security_group))
def provider_fw_rule_get_all(self, context):
- return self._compute.db.provider_fw_rule_get_all(context)
+ return self._compute.conductor_api.provider_fw_rule_get_all(context)
def agent_build_get_by_triple(self, context, hypervisor, os, architecture):
return self._compute.db.agent_build_get_by_triple(context,