Skip to content

Commit 7355e11

Browse files
authored
fix: it was there all along
1 parent 35786fc commit 7355e11

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

lib/vagrant-zones/action.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ def self.action_destroy
118118
Vagrant::Action::Builder.new.tap do |b|
119119
b.use Call, IsCreated do |env1, b2|
120120
unless env1[:result]
121-
b2.use MessageNotCreated
122-
# Try to destroy anyways
121+
b2.use NotCreated
123122
b2.use Call, DestroyConfirm do |env2, b3|
124123
b3.use Destroy if env2[:result]
125124
end
@@ -197,7 +196,6 @@ def self.action_box_remove
197196
autoload :Network, action_root.join('network')
198197
autoload :Setup, action_root.join('setup')
199198
autoload :Start, action_root.join('start')
200-
autoload :MessageNotCreated, action_root.join('message_not_created')
201199
autoload :NetworkingCleanup, action_root.join('network_cleanup')
202200
autoload :IsCreated, action_root.join('is_created')
203201
autoload :NotCreated, action_root.join('not_created')

lib/vagrant-zones/action/message_not_created.rb

Lines changed: 0 additions & 24 deletions
This file was deleted.

locales/en.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ en:
4444
Zone failed to shutdown in alloted time ==>
4545
graceful_shutdown: |-
4646
Asking hypervisor to gracefully stop the zone
47-
vm_not_created: |-
48-
VM not created. Moving on...
4947
creating_vnic: |-
5048
- Creating VNIC:
5149
configure_interface_using_vnic: |-

0 commit comments

Comments
 (0)