From aa5136d399a474666134892a9e3c931413294dcf Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Mon, 21 Oct 2019 11:34:22 +0800 Subject: Unify HPA discovery interface This is for HPA discovery pluggable Issue-ID: MULTICLOUD-696 Signed-off-by: Haibin Huang Change-Id: Idc05cd78309edd8ae800e34a3a0d31268c6a9d7f Signed-off-by: Haibin Huang --- share/starlingx_base/registration/registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/starlingx_base/registration') diff --git a/share/starlingx_base/registration/registration.py b/share/starlingx_base/registration/registration.py index 8d724076..c2006114 100644 --- a/share/starlingx_base/registration/registration.py +++ b/share/starlingx_base/registration/registration.py @@ -271,7 +271,7 @@ class RegistryHelper(newton_registration.RegistryHelper): # return (0, "Succeed") - def _get_ovsdpdk_capabilities(self, extra_specs, viminfo): + def _get_ovsdpdk_capabilities(self, data): '''extend base method''' instruction_capability = {} -- cgit 1.2.3-korg