# File lib/fog/openstack/models/compute/key_pair.rb, line 19 def destroy requires :name connection.delete_key_pair(name) true end