fuel-library/deployment/puppet/osnailyfacter/modular/openstack-haproxy/openstack-haproxy-stats_post.rb
Oleksiy Molchanov 5ecacc6599 Switch to haproxy::listen for stats
Switch enabling of haproxy stats to haproxy::listen

Change-Id: I5e3016c0a36edb8b58c569529ef93d92389b7b43
Closes-Bug: 1465611
2015-07-27 11:55:43 +03:00

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