def bootstrap_complete
p do
h2 "Genome Bootstrap"
h3 "Complete!"
end
p do
p do
text("Your virtual machine is now installing. Note: The installation process will take several minutes.")
text("You can visit the cloudmaster to view the state of the virtual machine.")
text("The cloud master will also be updated with the IP address of the virtual machine.")
end
p do
text("Your machine is being provisioned on #{host}.")
end
p do
a("Visit the cloudmaster", :href => "http://#{@config["parameters"]["cloudmaster"]}/cloud/status.html")
end
end
end