Hi.  Recently my mails to vdsm-devel have started bouncing.  I think this was
caused by a temporary misconfiguration of my local mail setup that resulted in
my email appearing as 'agli...@us.ibm.com'.  Could someone please verify that my
list membership is still configured with the proper email address
'a...@us.ibm.com'?  Thanks a lot and sorry for causing trouble! :)

----- Forwarded message from "e33.co.us.ibm.com PostMaster" 
<postmas...@us.ibm.com> -----

Date: Wed, 6 Jun 2012 15:33:12 -0600
From: "e33.co.us.ibm.com PostMaster" <postmas...@us.ibm.com>
To: a...@us.ibm.com
Subject: Delivery Status Notification (Failure)
X-MailerServer: XMail 1.27mod32-ISS
X-MailerError: Message = [1339018392162.92bffba0.49b4.2825d.e33] Server = 
[e33.co.us.ibm.com]

[<00>] XMail bounce: Rcpt=[vdsm-devel@lists.fedorahosted.org];Error=[550 5.1.1 
<vdsm-devel@lists.fedorahosted.org>: Recipient address rejected: User unknown 
in local recipient table]


[<01>] Error sending message [1339018392162.92bffba0.49b4.2825d.e33] from 
[e33.co.us.ibm.com].

ID:        <12060621-2398-0000-0000-00000746823F>
Mail From: <a...@us.ibm.com>
Rcpt To:   <vdsm-devel@lists.fedorahosted.org>
Server:    [hosted03.fedoraproject.org.]


[<02>] The reason of the delivery failure was:

550 5.1.1 <vdsm-devel@lists.fedorahosted.org>: Recipient address rejected: User 
unknown in local recipient table


[<05>] Here is listed the initial part of the message:

Received: from /spool/local
        by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! 
Violators will be prosecuted
        for <vdsm-devel@lists.fedorahosted.org> from <a...@us.ibm.com>;
        Wed, 6 Jun 2012 15:33:12 -0600
Received: from d03dlp02.boulder.ibm.com (9.17.202.178)
        by e33.co.us.ibm.com (192.168.1.133) with IBM ESMTP SMTP Gateway: 
Authorized Use Only! Violators will be prosecuted;
        Wed, 6 Jun 2012 15:33:10 -0600
Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com 
[9.17.195.228])
        by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id E4C9F3E4004C
        for <vdsm-devel@lists.fedorahosted.org>; Wed,  6 Jun 2012 21:33:08 
+0000 (WET)
Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85])
        by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id 
q56LX2Fe134162
        for <vdsm-devel@lists.fedorahosted.org>; Wed, 6 Jun 2012 15:33:05 -0600
Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1])
        by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP 
id q56LX0DP010799
        for <vdsm-devel@lists.fedorahosted.org>; Wed, 6 Jun 2012 15:33:01 -0600
Received: from us.ibm.com (sig-9-76-23-222.mts.ibm.com [9.76.23.222])
        by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id 
q56LWviG010656;
        Wed, 6 Jun 2012 15:32:58 -0600
Received: by us.ibm.com (sSMTP sendmail emulation); Wed,  6 Jun 2012 16:32:57 
-0500
From: "Adam Litke" <a...@us.ibm.com>
Date: Wed, 6 Jun 2012 16:32:57 -0500
To: Rodrigo Trujillo <rodrigo.truji...@linux.vnet.ibm.com>
Cc: vdsm-devel@lists.fedorahosted.org
Subject: Re: [vdsm] About xmlrpc an rest api
Message-ID: <20120606213257.GU2671@localhost.localdomain>
References: <4fcfab74.8030...@linux.vnet.ibm.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4fcfab74.8030...@linux.vnet.ibm.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Content-Scanned: Fidelis XPS MAILER
x-cbid: 12060621-2398-0000-0000-00000746823F

On Wed, Jun 06, 2012 at 04:11:48PM -0300, Rodrigo Trujillo wrote:
> Hi,
> 
> I  have researched about the VDSM APIs, but was not clear to me how
> to use them.
> Where can I find documentation about them and how to use with python ?

I wrote this python script (with help from this list) to create a VM using the
xmlrpc interface.  It is not trivial (as you will see).  I am certain that you
will need to modify this to get it working in your environment.  In the future,
we hope to make this far easier to do.  We want to save you from needing to do
the storage manipulations.  Also, a REST API should organize the API much better
than the xmlrpc (which was never meant to be friendly to end users).


#!/usr/bin/python

import sys
import uuid
import time

----- End forwarded message -----

-- 
Adam Litke <a...@us.ibm.com>
IBM Linux Technology Center

_______________________________________________
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/vdsm-devel

Reply via email to