]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
1.2.1 - fix bug in haproxy (weight max is 256)
authorelijah <elijah@riseup.net>
Tue, 30 Jul 2013 20:06:57 +0000 (13:06 -0700)
committerelijah <elijah@riseup.net>
Tue, 30 Jul 2013 20:06:57 +0000 (13:06 -0700)
lib/leap_cli/config/macros.rb
lib/leap_cli/version.rb

index ef3a85e222deb75b54de13a19ad5d7218e142477..03bd2d552350b6686fb2b658892f0fd511ae9a2d 100644 (file)
@@ -263,7 +263,7 @@ module LeapCli; module Config
     #
     def haproxy_servers(node_list, stunnel_clients)
       default_weight = 10
-      local_weight = 1000
+      local_weight = 100
 
       # record the hosts_file
       hostnames(node_list)
index 30a1b5810e4614132a2416b6f4e0e33d0bedd027..b3a23247505c4f133133e76b1c54e48b67d7cf52 100644 (file)
@@ -1,6 +1,6 @@
 module LeapCli
   unless defined?(LeapCli::VERSION)
-    VERSION = '1.2.0'
+    VERSION = '1.2.1'
     COMPATIBLE_PLATFORM_VERSION = '0.2.3'..'1.99'
     SUMMARY = 'Command line interface to the LEAP platform'
     DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.'