Package com.elastisys.scale.cloudadapters.openstack.scalinggroup.client

Examples of com.elastisys.scale.cloudadapters.openstack.scalinggroup.client.StandardOpenstackClient


*/
public class Main {

  public static void main(String[] args) throws Exception {
    ScalingGroup openstackScalingGroup = new OpenStackScalingGroup(
        new StandardOpenstackClient());
    CloudAdapterServer.main(new BaseCloudAdapter(openstackScalingGroup),
        args);
  }
View Full Code Here

TOP

Related Classes of com.elastisys.scale.cloudadapters.openstack.scalinggroup.client.StandardOpenstackClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.