mirror of https://github.com/apache/cloudstack.git
More changes to test client
This commit is contained in:
parent
92dc870f3e
commit
868bdfeb5a
|
|
@ -55,7 +55,7 @@ public class Demo {
|
|||
//create the deployment
|
||||
String publicIp = createDeployment();
|
||||
//setup web server on user vm
|
||||
setupHttpd(publicIp, "password");
|
||||
setupHttpd(publicIp, "cloud.com");
|
||||
|
||||
//return web access url
|
||||
System.out.println("\nURL is " + "http://" + publicIp + "/cloudcom-faq.html");
|
||||
|
|
|
|||
Loading…
Reference in New Issue