VOL-1453 core_proxy is actually adapter_agent

Change-Id: I5f5d2174a7ce57e75bc414ac405bfa8e5f9cb350
diff --git a/python/adapters/brcm_openomci_onu/brcm_openomci_onu.py b/python/adapters/brcm_openomci_onu/brcm_openomci_onu.py
index 36ad893..6d58703 100644
--- a/python/adapters/brcm_openomci_onu/brcm_openomci_onu.py
+++ b/python/adapters/brcm_openomci_onu/brcm_openomci_onu.py
@@ -62,8 +62,8 @@
 
     def __init__(self, core_proxy, adapter_proxy, config):
         log.debug('function-entry', config=config)
-        self.core_proxy = core_proxy
-        self.adapter_agent = adapter_proxy
+        self.adapter_proxy = adapter_proxy
+        self.adapter_agent = core_proxy
         self.config = config
         self.descriptor = Adapter(
             id=self.name,