Hi, When using JClouds Jenkins plugin which is a thin wrapper around JClouds, I'm facing to the following exception:
> java.lang.UnsupportedOperationException: suspend requires installation of the > Admin Actions extension This exception is being thrown by org.jclouds.compute.ComputeService.suspendNodesMatching method with Openstack provider. My question is - what does it mean? Where should I install these extensions, i.e. is it about installing something in Openstack or about adding a library dependency in the code? I also posted this question to StackOverflow: http://stackoverflow.com/questions/21936685/apache-jclouds-library-suspend-requires-installation-of-the-admin-actions-exten Best regards, Ivan Krutov Yandex LLC developer.
