mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|autoscale] fixing typo in docs
This commit is contained in:
parent
742175ea29
commit
94b8d044d5
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ And then use the builder as follows:
|
|||
],
|
||||
:max_entities => 3,
|
||||
:min_entities => 2,
|
||||
:cooldown => cooldown,
|
||||
:cooldown => 600,
|
||||
:name => "MyScalingGroup",
|
||||
:metadata => { "created_by" => "autoscale sample script" },
|
||||
:load_balancers => {
|
||||
|
|
Loading…
Reference in a new issue