knife-rackspace-cluster 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,9 +108,9 @@ class Chef
108
108
  #Get to work boy! This is Ruby!
109
109
  uri = URI.parse(uri)
110
110
  http = Net::HTTP.new(uri.host, uri.port)
111
- if uri.host =~ /https/
111
+ #if uri.host =~ /https/
112
112
  http.use_ssl = true
113
- end
113
+ #end
114
114
  http.verify_mode = OpenSSL::SSL::VERIFY_NONE
115
115
  request = eval verbs[httpVerb]
116
116
  if httpVerb == 'post' or httpVerb == 'put'
@@ -1,3 +1,5 @@
1
+ require 'chef/knife/rax_cluster_base'
2
+
1
3
  class Chef
2
4
  class Knife
3
5
  class RaxClusterChange < Knife
@@ -1,6 +1,5 @@
1
1
  require 'chef/knife/rax_cluster_base'
2
2
  require 'chef/knife/rackspace_server_delete'
3
-
4
3
  class Chef
5
4
  class Knife
6
5
  class RaxClusterExpand < Knife
@@ -1,3 +1,4 @@
1
+ require 'chef/knife/rax_cluster_base'
1
2
  class Chef
2
3
  class Knife
3
4
  class RaxClusterList < Knife
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-rackspace-cluster
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - zack feldstein