> +import com.google.common.collect.Iterables;
> +import org.jclouds.openstack.nova.v2_0.domain.Server;
> +import org.jclouds.openstack.nova.v2_0.domain.ServerCreated;
> +import org.jclouds.openstack.nova.v2_0.features.ServerApi;
> +import org.jclouds.openstack.nova.v2_0.internal.BaseNovaApiLiveTest;
> +import org.jclouds.openstack.nova.v2_0.options.CreateServerOptions;
> +import org.jclouds.openstack.nova.v2_0.options.RebuildServerOptions;
> +import org.testng.annotations.BeforeGroups;
> +import org.testng.annotations.Test;
> +
> +import static org.testng.Assert.assertEquals;
> +
> +@Test(groups = "live", testName = "CreateServerApiLiveTest", singleThreaded 
> = true)
> +public class CreateServerApiLiveTest extends BaseNovaApiLiveTest {
> +   private ServerApi serverApi;
> +   private Optional<? extends ServerWithSecurityGroupsApi> apiOption;

This field doesn't actually get used beyond being assigned in setupContext(). 
What is its purpose? Can it be removed?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/181/files#r6984256

Reply via email to