mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Don't start servers by default.
This is handy if we haven't yet assigned a boot disk.
This commit is contained in:
parent
789816cf91
commit
e805e7577b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Fog
|
|||
|
||||
def create_server(options)
|
||||
return nil if options.empty? || options.nil?
|
||||
request(:method => "post", :path => "/servers/create", :expects => 200, :options => options)
|
||||
request(:method => "post", :path => "/servers/create/stopped", :expects => 200, :options => options)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue