Fix bug in SDNC, read controller info from yaml
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / BeanFactory.java
index 8ed1c21..8297b22 100644 (file)
@@ -60,7 +60,7 @@ class BeanFactory {
 
     @Bean
     A1ClientFactory getA1ClientFactory() {
-        return new A1ClientFactory();
+        return new A1ClientFactory(getApplicationConfig());
     }
 
     @Bean