<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:10pt;color:#000000;background-color:#FFFFFF;font-family:Tahoma,Geneva,sans-serif;">
<p>Hi Srinivas,<br>
</p>
<p><br>
</p>
<p>Can you please check if nova.conf has proper neutron details.<br>
</p>
<p><br>
</p>
<div style="font-family: Tahoma, Geneva, sans-serif; font-size: 13px; margin-top: 0px; margin-bottom: 0px;">
network_api_class = nova.network.neutronv2.api.API<br>
</div>
<div style="font-family: Tahoma, Geneva, sans-serif; font-size: 13px; margin-top: 0px; margin-bottom: 0px;">
<br>
</div>
<div id="Signature" style="font-family: Tahoma, Geneva, sans-serif; font-size: 13px;">
<div style="margin: 0px;"><font face="Calibri,Arial,Helvetica,sans-serif"><font face="Tahoma" size="1"><span style="font-size: 13px;"><font size="2">[neutron]</font><font size="2"><br>
service_metadata_proxy = True</font><font size="2"><br>
url = http://1.x.x.x:9696</font><font size="2"><br>
region_name = RegionOne</font><font size="2"><br>
admin_tenant_name = service</font><font size="2"><br>
auth_strategy = keystone</font><font size="2"><br>
admin_auth_url = http://1.x.x.x:35357/v2.0</font><font size="2"><br>
admin_password = Openstack1</font><font size="2"><br>
admin_username = neutron</font></span></font></font></div>
</div>
<p><br>
</p>
<p>If yes, then try restarting the nova services and check. <br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:Tahoma; font-size:13px">
<div><font face="Tahoma" size="2"><br>
<br>
</font>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"></span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font face="Times New Roman,serif" size="2"><span style="font-size:10pt">Regards,</span></font></span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font face="Times New Roman,serif" size="2"><span style="font-size:10pt">Sushma Korati
<br>
</span></font></span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font face="Times New Roman,serif" size="2"><span style="font-size:10pt">sushma_korati@persistent.co.in |</span></font></span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font face="Times New Roman,serif" size="2"><span style="font-size:10pt">Persistent Systems Ltd.
</span></font><font face="Times New Roman,serif" size="2" color="#F79646"><span style="font-size:10pt">|
</span></font><font face="Times New Roman,serif" size="2" color="#E36C0A"><span style="font-size:10pt">Partners in Innovation</span></font><font face="Times New Roman,serif" size="2"><span style="font-size:10pt"> | www.persistentsys.com</span></font></span></font></div>
<div style="margin:0pt"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt"><font face="Webdings" size="6" color="green"><span lang="nl" style="font-size:24pt">P</span></font><font face="Arial,sans-serif" size="1" color="navy"><span lang="nl" style="font-size:8pt">
</span></font><font face="Arial,sans-serif" size="1" color="green"><span lang="en-GB" style="font-size:8pt">Please consider your environmental responsibility: Before printing this e-mail or any other document, ask yourself whether you need a hard copy.</span></font></span></font></div>
<br>
<font face="Tahoma" size="2"><br>
<font face="Comic Sans MS"><b><span style="font-size:9pt; color:rgb(31,73,125); font-family:'Calibri','sans-serif'"></span></b></font></font></div>
</div>
</div>
</div>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Srinivasreddy R <srinivasreddy4390@gmail.com><br>
<b>Sent:</b> Friday, September 12, 2014 11:33 AM<br>
<b>To:</b> openstack@lists.openstack.org<br>
<b>Subject:</b> [Openstack] nova not able to find networks</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>
<div>hi,<br>
</div>
1. i have created a router <br>
neutron router-create demo-router<br>
<br>
</div>
2. attached the router to demo tenant demo-subnet<br>
<div>
<div>neutron router-interface-add demo-router demo-subnet<br>
<br>
</div>
<div>3. attached the router to external network <br>
neutron router-gateway-set demo-router ext-net<br>
</div>
<div>
<div><br>
</div>
<div>4. <br>
</div>
<div>root@user-ThinkCentre-M73:/home/user# neutron net-list<br>
+--------------------------------------+----------+-----------------------------------------------------+<br>
| id | name | subnets |<br>
+--------------------------------------+----------+-----------------------------------------------------+<br>
| d81390bf-281c-40b6-a611-6a193da88963 | ext-net | fc4b6684-b0f9-4983-94ed-7d075880e921
<a href="http://203.0.113.0/24">203.0.113.0/24</a> |<br>
| e1bd057f-59c3-426e-9c2e-f3e2953a392e | demo-net | e6bea0e8-a27d-45f1-b95e-461b611f9a42
<a href="http://192.168.1.0/24">192.168.1.0/24</a> |<br>
+--------------------------------------+----------+-----------------------------------------------------+<br>
<br>
5. <br>
</div>
<div>root@user-ThinkCentre-M73:/home/user# nova net-list<br>
+----+-------+------+<br>
| ID | Label | CIDR |<br>
+----+-------+------+<br>
+----+-------+------+<br>
<br>
<br>
</div>
<div>we are able to see neutron ne-list but not able to see nova net-list .<br>
</div>
<div>while we have created successfully net list for nova as well as neutron . <br>
</div>
<div>neutron can able to see both ext-net and demo-net .<br>
</div>
<div>but nova not able to see networks .<br>
<br>
</div>
<div>i have checked with the admin, demo user .<br>
</div>
<div><br>
</div>
<div>please help me how to proceed further .<br>
<br>
</div>
<div>we are following 3 node setup installation .<br>
<a href="http://docs.openstack.org/icehouse/install-guide/install/apt/content/">http://docs.openstack.org/icehouse/install-guide/install/apt/content/</a><br>
<br>
</div>
<div>thanks,<br>
srinivas.<br>
<br>
</div>
<div><br>
</div>
<div><br>
<br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
<p>DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
</p>
</body>
</html>