Hi! I'm preparing a patch to include support for Azure ARM in jclouds-karaf and the CLI. However, there are some issues in jclouds-karaf that are blocking me, and I don't have enough knowledge about how karaf works to figure out what is wrong.
When I start the jclouds-cli, the following error appears in the logs: https://paste.apache.org/4Y0T And also, when trying to register a compute service with the "jclouds:compute-service-create" command, the following error appears: https://paste.apache.org/026V I've checked the definition of the jclouds-services feature but all the agentproxy dependencies seem to be in place... Can anyone have a look at this or point me in the right direction? Any help is much appreciated! These failures seem to be preventing the compute service to be registered, and since Azure ARM needs several properties (oauth endpoints) to be configured, registering a compute service will be the common use case. Thanks! I.