kytoon 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/VERSION +1 -1
- data/lib/kytoon/providers/xenserver/server_group.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
* Fri Jul 27 2012 Dan Prince <dprince@redhat.com> - 1.0.2
|
2
|
+
- XenServer: Use force=true when shutting down VMs.
|
3
|
+
|
1
4
|
* Mon Jul 23 2012 Dan Prince <dprince@redhat.com> - 1.0.1
|
2
5
|
- Update ServerGroup to call init in all methods. Fixes NilClass errors
|
3
6
|
which can occur if you don't explicitly call 'group::init' in rake tasks.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
@@ -299,7 +299,7 @@ echo 1 > /proc/sys/net/ipv4/ip_forward
|
|
299
299
|
|
300
300
|
for UUID in $(xe vm-list is-control-domain=false | grep uuid | sed -e 's|.*: ||'); do
|
301
301
|
echo "Destroying Xen instance uuid: $UUID"
|
302
|
-
xe vm-shutdown uuid=$UUID
|
302
|
+
xe vm-shutdown force=true uuid=$UUID
|
303
303
|
xe vm-destroy uuid=$UUID
|
304
304
|
done
|
305
305
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kytoon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-08-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rdoc
|
@@ -232,7 +232,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
232
232
|
version: '0'
|
233
233
|
segments:
|
234
234
|
- 0
|
235
|
-
hash: -
|
235
|
+
hash: -1167225568058979135
|
236
236
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
237
237
|
none: false
|
238
238
|
requirements:
|