Skip to content

Commit

Permalink
Merge pull request mitchellh#13 from mat128/handle_box_url
Browse files Browse the repository at this point in the history
Handle not having the box and providing it via a box_url.
  • Loading branch information
tkadauke committed Jun 18, 2013
2 parents 3431ecf + 0835f2e commit e407391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-openstack-plugin/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def self.action_ssh

def self.action_up
Vagrant::Action::Builder.new.tap do |b|
b.use HandleBoxUrl
b.use ConfigValidate
b.use Call, IsCreated do |env, b2|
if env[:result]
Expand Down

0 comments on commit e407391

Please sign in to comment.