You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by Akhil Pillai <ak...@gslab.com> on 2014/09/04 08:48:30 UTC

In Openstack neutron how to get Router attached to a subnet ?

Hi All,

I am using Jclouds to connect with Openstack.
I am in need of REST api that will return the router attached to a subnet.
I have looked into jclouds 1.8.0 in NetworkApi and SubnetApi but
couldn't find the API.

Regards, Akhil

Re: In Openstack neutron how to get Router attached to a subnet ?

Posted by Akhil Pillai <ak...@gslab.com>.
Thanks Zack.
I will look into  router extension and Router.
- Akhil

On Thu, Sep 4, 2014 at 10:13 PM, Zack Shoylev
<za...@rackspace.com> wrote:
> Hi Akhil,
> Have you tried jclouds neutron v2, specifically the router extension and Router?
> It should provide access to fixed_ips which contain associated interfaces as subnet ids.
> -Zack
> ________________________________________
> From: Akhil Pillai [akhil.pillai@gslab.com]
> Sent: Thursday, September 04, 2014 1:48 AM
> To: user@jclouds.apache.org
> Subject: In Openstack neutron how to get Router attached to a subnet ?
>
> Hi All,
>
> I am using Jclouds to connect with Openstack.
> I am in need of REST api that will return the router attached to a subnet.
> I have looked into jclouds 1.8.0 in NetworkApi and SubnetApi but
> couldn't find the API.
>
> Regards, Akhil

RE: In Openstack neutron how to get Router attached to a subnet ?

Posted by Zack Shoylev <za...@RACKSPACE.COM>.
Hi Akhil,
Have you tried jclouds neutron v2, specifically the router extension and Router?
It should provide access to fixed_ips which contain associated interfaces as subnet ids.
-Zack
________________________________________
From: Akhil Pillai [akhil.pillai@gslab.com]
Sent: Thursday, September 04, 2014 1:48 AM
To: user@jclouds.apache.org
Subject: In Openstack neutron how to get Router attached to a subnet ?

Hi All,

I am using Jclouds to connect with Openstack.
I am in need of REST api that will return the router attached to a subnet.
I have looked into jclouds 1.8.0 in NetworkApi and SubnetApi but
couldn't find the API.

Regards, Akhil