# File lib/fog/compute/openstack/requests/create_os_interface.rb, line 33
        def create_os_interface(server_id, options={})
          Excon::Response.new(
            :body   => {'interfaceAttachment' => data[:os_interfaces].first},
            :status => 200
          )
        end