From 6b3d2ed37cf8250442aaf1a525d4a5a6081efeb0 Mon Sep 17 00:00:00 2001 From: Bulat Shakirzyanov Date: Thu, 7 Jun 2012 15:11:05 -0700 Subject: [PATCH] use hard-coded sample value to eliminate randomness --- lib/fog/aws/dns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/dns.rb b/lib/fog/aws/dns.rb index 2fa849bc2..80934a1bf 100644 --- a/lib/fog/aws/dns.rb +++ b/lib/fog/aws/dns.rb @@ -31,7 +31,7 @@ module Fog region_hash[key] = { :buckets => {}, :limits => { - :duplicate_domains => rand(5) + :duplicate_domains => 5 }, :zones => {} }