openstack4j接口调试
//import java.util.List;////import org.openstack4j.api.OSClient.OSClientV3;//import org.openstack4j.openstack.OSFactory;//import org.openstack4j.model.common.Identifier;//import org.openstack4j.model.compute.Flavor;//import org.openstack4j.model.identity.v3.Project;//import org.openstack4j.model.identity.v3.User;////public class openstack {// public static void main(String[] args) {// OSClientV3 os=OSFactory.builderV3()// .endpoint("http://ahwater-cloud-controller:35357/v3")// .cr...