# File lib/openstack/compute/metadata.rb, line 12
    def [](key)
      refresh if @metadata.nil?
      @metadata[key]
    end