Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #78 from rackspace/KNIFE-460
Browse files Browse the repository at this point in the history
KNIFE-460 Remove extraneous flavor reloads
  • Loading branch information
Kyle Rames committed Mar 4, 2014
2 parents 59c7f0b + c14a425 commit 8e55991
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/chef/knife/rackspace_flavor_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def run
]
end
connection.flavors.sort_by(&:id).each do |flavor|

flavor = connection.flavors.get(flavor.id)
bits = flavor.respond_to?(:bits) ? "#{flavor.bits.to_s}-bit" : ""

flavor_list << flavor.id.to_s
Expand Down

0 comments on commit 8e55991

Please sign in to comment.