I suspect so, but we have to have a look at the actual wire-log values to be sure. As I have pointed out previously jclouds (at least openstack-related) enums should be case-insensitive in implementation. ________________________________________ From: Andrew Phillips [[email protected]] Sent: Wednesday, June 25, 2014 2:50 AM To: [email protected] Subject: Re: java.lang.IllegalArgumentException: No enum constant org.jclouds.openstack.neutron.v2_0.domain.State.active
> Zack, could this be caused by the "active" value being lower case? The OpenStack [1] docs don't explicitly state anything about cases, but do list the possible values as "ACTIVE", "DOWN", "BUILD", "ERROR" in uppercase. This is what is used in the test case [2]. ap [1] http://docs.openstack.org/api/openstack-network/2.0/content/Concepts-d1e369.html [2] https://github.com/jclouds/jclouds-labs-openstack/blob/master/openstack-neutron/src/test/resources/network.json
