fuel-library/deployment/puppet/osnailyfacter/modular/openstack-haproxy/openstack-haproxy-neutron_p...

12 lines
248 B
Ruby

require File.join File.dirname(__FILE__), 'haproxy_post_common.rb'
def expected_backends
return $expected_backends if $expected_backends
backends = %w(
neutron
)
$expected_backends = backends
end
OpenstackHaproxyPostTest.create_tests