Skip to content

Commit

Permalink
F #3189: Remove flag only on native containers
Browse files Browse the repository at this point in the history
  • Loading branch information
dann1 committed Feb 19, 2020
1 parent 3c2ce07 commit b88ceeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/remotes/lxd/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ end
# Updates container configuration with the OpenNebulaVM description
# ------------------------------------------------------------------------------
container.config.update('user.xml' => xml)
container.transition_end
container.transition_end unless container.wild?
container.update

container.vnc('start')
Expand Down

0 comments on commit b88ceeb

Please sign in to comment.