Correct platform family name

Change-Id: I0f7b0468247d1879dcf62caa1f5bb606061169e5
This commit is contained in:
Samuel Cassiba 2018-07-14 00:07:35 -07:00
parent dcff8c5fbb
commit a59b4e4de9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ cookbook_file '/usr/bin/neutron-enable-bridge-firewall.sh' do
group 'wheel'
mode '0755'
action :create
only_if { node['platform_family'] == 'redhat' }
only_if { node['platform_family'] == 'rhel' }
end
if node['openstack']['mq']['service_type'] == 'rabbit'