<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I thought also the same, but when I used the port 9696, I was getting "Authentication required" error.  
<div>Afterwards, <span style="font-size: 10pt;">when I saw my <b>/etc/nova/nova.conf</b> file, the following are listed:</span>
<div><br>
</div>
</div>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div>
<div>
<div>neutron_url = http://10.0.2.15:9696</div>
</div>
</div>
<div>
<div>neutron_region_name = RegionOne</div>
</div>
<div>
<div>neutron_admin_tenant_name = service</div>
</div>
<div>
<div>neutron_auth_strategy = keystone</div>
</div>
<div>
<div>neutron_admin_auth_url = http://10.0.2.15:35357/v2.0</div>
</div>
<div>
<div>neutron_admin_password = openstack</div>
</div>
<div>
<div>neutron_admin_username = neutron</div>
</div>
</blockquote>
<div>
<div><br>
</div>
<div>Please let me know, where can I find the neutron REST API authentication details?</div>
<div><br>
</div>
<div>Thanks & Regards,</div>
<div>Abdul Rasheed.</div>
<div><br>
</div>
<div><br>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF219686" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> Akihiro Motoki [amotoki@gmail.com]<br>
<b>Sent:</b> Tuesday, February 24, 2015 7:06 PM<br>
<b>To:</b> Abdul Rasheed Shaik<br>
<b>Cc:</b> openstack@lists.openstack.org<br>
<b>Subject:</b> Re: [Openstack] [Neutron] How to test Neutron REST API using DevStack<br>
</font><br>
</div>
<div></div>
<div>Neutron listen port is not 35357 but 9696.
<div>you are accessing keystone.</div>
<div><br>
2015$BG/(B2$B7n(B24$BF|2PMKF|!"(BAbdul Rasheed Shaik<<a href="mailto:ABDUL.RASHEED@lnttechservices.com" target="_blank">ABDUL.RASHEED@lnttechservices.com</a>>$B$5$s$O=q$-$^$7$?(B:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Hi,
<div><br>
</div>
<div>I have installed the DevStack (Icehouse) and ran it successfully.</div>
<div><br>
</div>
<div><u>logs:</u></div>
<blockquote style="margin:0 0 0 40px; border:none; padding:0px">
<div>
<div>2015-02-24 12:47:23.723 | + SERVICE_DIR=/opt/stack/status</div>
</div>
<div>
<div>2015-02-24 12:47:23.724 | + [[ ! -d /opt/stack/status/stack ]]</div>
</div>
<div>
<div>2015-02-24 12:47:23.731 | ++ ls '/opt/stack/status/stack/*.failure'</div>
</div>
<div>
<div>2015-02-24 12:47:23.759 | ++ /bin/true</div>
</div>
<div>
<div>2015-02-24 12:47:23.781 | + failures=</div>
</div>
<div>
<div>2015-02-24 12:47:23.782 | + '[' -n '' ']'</div>
</div>
<div>
<div><br>
</div>
</div>
<div>
<div><span style="font-size:10pt">Horizon is now available at <a href="http://10.0.2.15/" target="_blank">
http://10.0.2.15/</a></span></div>
</div>
<div>
<div>Keystone is serving at <a href="http://10.0.2.15:5000/v2.0/" target="_blank">
http://10.0.2.15:5000/v2.0/</a></div>
</div>
<div>
<div>Examples on using novaclient command line is in exercise.sh</div>
</div>
<div>
<div>The default users are: admin and demo</div>
</div>
<div>
<div>The password: openstack</div>
</div>
<div>
<div>This is your host ip: 10.0.2.15</div>
</div>
</blockquote>
<div><br>
</div>
<div>But when I try the Neutron REST APIs, I am getting 404 Resource not found exception.  But actually</div>
<div>I do have some created networks from Horizon.</div>
<div><br>
</div>
<div><u>From REST Client:</u></div>
<div><br>
</div>
<div><a href="http://10.0.2.15:35357/v2.0/networks" style="font-size:10pt" target="_blank">http://10.0.2.15:35357/v2.0/networks</a></div>
<div><br>
</div>
<div>
<div>{</div>
<div>    "error": {</div>
<div>        "message": "The resource could not be found.",</div>
<div>        "code": 404,</div>
<div>        "title": "Not Found"</div>
<div>    }</div>
<div>}</div>
</div>
<div><br>
</div>
<div><u>From Neutron CLI:</u></div>
<div><br>
</div>
<div>
<div>(neutron) net-list</div>
<div>+--------------------------------------+---------+--------------------------------------------------+</div>
<div>| id                                   | name    | subnets                                          |</div>
<div>+--------------------------------------+---------+--------------------------------------------------+</div>
<div>| 50063033-95c3-484c-819c-873bd11efaf0 | private | 7be58abd-eb11-4a26-afa4-8bf948147934
<a href="http://10.0.0.0/24" target="_blank">10.0.0.0/24</a> |</div>
<div>| b48c9041-b5c6-454d-ab07-20247393c7d7 | public  | a357e5c3-b805-4cee-9e76-d7769de6777a             |</div>
<div>+--------------------------------------+---------+--------------------------------------------------+</div>
</div>
<div><br>
</div>
<div>Can you please let me know how to make the Neutron REST API is working?</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks & Regards,</div>
<div>Abdul Rasheed</div>
<div><br>
</div>
<div><br>
</div>
</div>
<p><strong>L&T Technology Services Ltd</strong></p>
<p><a href="http://www.lnttechservices.com/" target="_blank">www.LntTechservices.com</a></p>
<p>This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.</p>
</div>
</blockquote>
</div>
<br>
<br>
-- <br>
Akihiro Motoki <<a href="mailto:amotoki@gmail.com" target="_blank">amotoki@gmail.com</a>><br>
</div>
</div>
</div>
</div>
<p><strong>L&T Technology Services Ltd</strong></p>
<p><a href="http://www.lnttechservices.com/" target="_blank">www.LntTechservices.com</a></p>
<p>This Email may contain confidential or privileged information for the intended recipient (s). If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.</p>
</body>
</html>