use of com.att.cdp.openstack.v2.OpenStackComputeService in project AJSC by att.
the class TestOpenStackContext method testKeepAlive.
/**
* @throws ZoneException
*/
@SuppressWarnings("nls")
@Test
@Ignore
public void testKeepAlive() throws ZoneException {
OpenStackContext context = login();
OpenStackComputeService compute = (OpenStackComputeService) context.getComputeService();
List<Server> ext = compute.getServers();
System.out.println("Exts: " + ext.size());
}
Aggregations