Skip to content

Commit

Permalink
Revert "Fix provision"
Browse files Browse the repository at this point in the history
This reverts commit 221f710.
  • Loading branch information
Vic Iglesias committed Mar 3, 2015
1 parent 221f710 commit cdc500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eucadeploy/componentdeployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def provision(self):
clc = self.roles['clc']
self.chef_manager.clear_run_list(clc)
self.chef_manager.add_to_run_list(clc, self.get_recipe_list(
'clc'))
'cloud-controller'))
self.run_chef_on_hosts(self.all_hosts)

# Now run configure on CLC only
Expand Down

0 comments on commit cdc500a

Please sign in to comment.