5ecacc6599
Switch enabling of haproxy stats to haproxy::listen Change-Id: I5e3016c0a36edb8b58c569529ef93d92389b7b43 Closes-Bug: 1465611
13 lines
247 B
Ruby
13 lines
247 B
Ruby
require File.join File.dirname(__FILE__), 'haproxy_post_common.rb'
|
|
|
|
def expected_backends
|
|
return $expected_backends if $expected_backends
|
|
backends = %w(
|
|
stats
|
|
)
|
|
$expected_backends = backends
|
|
end
|
|
|
|
OpenstackHaproxyPostTest.create_tests
|
|
|