[openstack-dev] [heat][nova][neutron] Using specific endpoints

pn kk pnkk2016 at gmail.com
Sat Feb 6 17:21:17 UTC 2016


Can bypass_url in nova to mention specific endpoint?

On Sat, Feb 6, 2016 at 4:49 PM, pn kk <pnkk2016 at gmail.com> wrote:

> Hi,
>
> We want to have a deployment in which we use a single keystone instance,
> but multiple controllers having other openstack
> services(glance/nova/neutron...) running on each of the controllers.
>
> All these services would register their endpoints with single keystone.
>
> Please suggest a way in which I can point openstack clients to specific
> endpoint and access its services (don't want to use regions).
>
> Is this supported?
>
> I saw that heat, neutron APIs can take endpoint urls. Can I use these APIs
> to solve my purpose?
>
> >>> from heatclient.client import Client>>> heat = Client('1', endpoint=heat_url, token=auth_token)
>
> >>> from neutronclient.v2_0 import client>>> neutron = client.Client(endpoint_url='http://192.168.206.130:9696/',                            token='d3f9226f27774f338019aa2611112ef6')
>
> Could you please also share the APIs of nova/glance which can take
> endpoint_urls?
>
> -Thanks
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160206/93aa6995/attachment.html>


More information about the OpenStack-dev mailing list