openbaton/openstack4j-plugin

External-properties-file: /etc/openbaton/plugin/openstack/driver.properties doesn't exist

Polpetta opened this issue · 1 comments

When spinning up your driver using Docker, I get into the log:
[main] DEBUG org.openbaton.drivers.openstack4j.OpenStack4JDriver - external-properties-file: /etc/openbaton/plugin/openstack/driver.properties doesn't exist

Checking the project's plugin.conf.properties file, there is the following line:

external-properties-file = /etc/openbaton/plugin/openstack/driver.properties

but in the gradle build this file never gets generated nor copied in that directory.

This is just an optional option - you can provide it or not. If this file doesn't exist, it will use the default one in the jar archive. Additionally, you can pass configuration parameters via environment variables when running the container itself.