diff options
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/manager.py | 2 |
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, |
