# File lib/fog/softlayer/models/compute/key_pair.rb, line 20
        def save
          identity ? update : create
        end