# File lib/fog/openstack/models/compute/server.rb, line 30
        def initialize(attributes={})
          @connection = attributes[:connection]
          attributes[:metadata] = {}
          super
        end