Skip to content

Commit

Permalink
F #1454: Fixed bug with deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmont committed Jan 24, 2018
1 parent 87dd00f commit ead9f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/remotes/one/opennebula_driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def initialize(host_name, host_id=nil)

# DEPLOY action, also sets ports and ip if needed
def deploy(id, host, xml_text, lcm_state, deploy_id)
if true || lcm_state == "BOOT" || lcm_state == "BOOT_FAILURE"
if lcm_state == "BOOT" || lcm_state == "BOOT_FAILURE"
one_info = get_deployment_info(host, xml_text)

#load_default_template_values
Expand Down

0 comments on commit ead9f0e

Please sign in to comment.