> I've changed the feature config as commented, and tested the CLI with your > change and it seems to work:
I narrowed this down to how `EXTRA_JAVA_OPTS` is handled: ``` $ jclouds-cli-2.0.0-SNAPSHOT/bin/jclouds image list --provider google-compute-engine --identity [email protected] --credential mycredential.json [id] [location] [os family] [os version] [status] https://www.googleapis.com/compute/v1/projects/rhel-cloud/global/images/rhel-6-v20140318 rhel 6 AVAILABLE ... ``` ``` $ EXTRA_JAVA_OPTS=-Djclouds.credential=mycredential.json jclouds-cli-2.0.0-SNAPSHOT/bin/jclouds image list --provider google-compute-engine --identity [email protected] java.lang.IllegalArgumentException: chars /home/gaul/Downloads/gaultest-839f10260a80.json doesn't contain % line [-----BEGIN ] ``` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/73#issuecomment-175221646
