# File lib/openstack/compute/metadata.rb, line 108 def has_key?(key) return False if @metadata.nil? return @metadata.has_key?(key) end