168169170171172173174175176177178
"Could not find midonet API location in config"); } if (this.api == null) { s_logger.info("midonet API server address is " + value); setMidonetApi(new MidonetApi(value)); this.api.enableLogging(); } return true; }