# File lib/openstack/compute/metadata.rb, line 34
    def size
      @metadata = {} if @metadata.nil?
      @metadata.size
    end