File tree Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ def self.action_destroy
118
118
Vagrant ::Action ::Builder . new . tap do |b |
119
119
b . use Call , IsCreated do |env1 , b2 |
120
120
unless env1 [ :result ]
121
- b2 . use MessageNotCreated
122
- # Try to destroy anyways
121
+ b2 . use NotCreated
123
122
b2 . use Call , DestroyConfirm do |env2 , b3 |
124
123
b3 . use Destroy if env2 [ :result ]
125
124
end
@@ -197,7 +196,6 @@ def self.action_box_remove
197
196
autoload :Network , action_root . join ( 'network' )
198
197
autoload :Setup , action_root . join ( 'setup' )
199
198
autoload :Start , action_root . join ( 'start' )
200
- autoload :MessageNotCreated , action_root . join ( 'message_not_created' )
201
199
autoload :NetworkingCleanup , action_root . join ( 'network_cleanup' )
202
200
autoload :IsCreated , action_root . join ( 'is_created' )
203
201
autoload :NotCreated , action_root . join ( 'not_created' )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
44
Zone failed to shutdown in alloted time ==>
45
45
graceful_shutdown : |-
46
46
Asking hypervisor to gracefully stop the zone
47
- vm_not_created : |-
48
- VM not created. Moving on...
49
47
creating_vnic : |-
50
48
- Creating VNIC:
51
49
configure_interface_using_vnic : |-
You can’t perform that action at this time.
0 commit comments