# File lib/genome-bootstrap/core.rb, line 175 def create_machine(system_name, email) return Restr.post("#{@cloud}/koan", :system_name => system_name, :repo => @repo.fqdn, :email => email).split(":") end