Replace platform_family method and use attribute instead

Closes-Bug: #1724987
This commit is contained in:
Sébastien Coavoux 2017-10-25 21:48:03 -04:00 committed by GitHub
parent 0e94f9a464
commit 7d62b184ec
1 changed files with 1 additions and 1 deletions

View File

@ -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'] = {