<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">My ec2 client (boto) is sending a param named NetworkInterface.0.NetworkInterfaceId .<br>
<br>
I can see that "<i>run_instances</i>" from "https://github.com/openstack/nova/blob/stable/havana/nova/api/ec2/cloud.py" is called on request. Which in turn calls "<i>create</i>" method in "<a href="https://github.com/openstack/nova/blob/stable/havana/nova/compute/api.py" target="_blank">https://github.com/openstack/nova/blob/stable/havana/nova/compute/api.py</a>"
 which  seems to be accepting a param named <i>requested_networks</i>. <br>
<br>
Is it possible to extract the param in my ec2 request and pass it on to the create method. If yes then what is the datastructure of
<i>requested_networks</i>.<br>
<br>
<br>
Thank you,<br>
Syed<br>
</div>
http://www.csscorp.com/common/email-disclaimer.php
</body>
</html>