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

13 lines
268 B
Ruby

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