Skip to content

Commit

Permalink
Merge pull request #192 from tbeckham/4.2-eucanetd-for-all-modes
Browse files Browse the repository at this point in the history
Configure eucanetd on nodes for all network modes except VPCMIDO
  • Loading branch information
viglesiasce committed Jul 21, 2015
2 parents fb1942d + 23999f9 commit 969d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/node-controller.rb
Expand Up @@ -30,7 +30,7 @@
include_recipe "eucalyptus::install-source"
end

if node["eucalyptus"]["network"]["mode"] == "EDGE"
if node["eucalyptus"]["network"]["mode"] != "VPCMIDO"
# make sure libvirt is started
# when we want to delete its networks
service 'libvirtd' do
Expand Down

0 comments on commit 969d76b

Please sign in to comment.