Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

machine_image from_image #100

Open
StuporHero opened this issue Aug 5, 2016 · 0 comments
Open

machine_image from_image #100

StuporHero opened this issue Aug 5, 2016 · 0 comments

Comments

@StuporHero
Copy link

Creating an image from an image results in no converge taking place. It simply tags the old image. I think I'm not very familiar with Ruby yet, but I think I found the culprit in lines 224-229 in driver.rb.

if machine_spec.from_image
        convergence_strategy = Chef::Provisioning::ConvergenceStrategy::NoConverge.new({}, config)
      else
        convergence_strategy = Chef::Provisioning::ConvergenceStrategy::InstallCached.
          new(machine_options[:convergence_options], config)
end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant