From 7d62b184ec2508ac65be9ef8b4380f6a15766ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Coavoux?= Date: Wed, 25 Oct 2017 21:48:03 -0400 Subject: [PATCH] Replace platform_family method and use attribute instead Closes-Bug: #1724987 --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index d9ec1d2..fa54d44 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -49,7 +49,7 @@ default['openstack']['dns']['pool']['bind_host'] = '127.0.0.1' # platform-specific settings default['openstack']['dns']['user'] = 'designate' default['openstack']['dns']['group'] = 'designate' -case platform_family +case node['platform_family'] # Note(jh): TBC when 'rhel' default['openstack']['dns']['platform'] = {