<div dir="ltr">It is certainly possible. And a common request. I have it as a priority to look into during the latter half of Liberty. <div><br></div><div>There are two factors that prompted the current model. Taking the example of the instances page (as it exists today). </div><div><br></div><div>1) The resulting page would be making 6 API calls to 3 services multiplied by the number of regions. With the existing Django tooling, that's all done serially and in deployments of any size rendering that page server side can be slow to the point of nearly unusable.</div><div><br></div><div>2) When the user decides to create and instance, horizon needs to provide a filtering of endpoints that make logical sense. Allowing tying of compute, image, block, and network across regions won't make sense for most of those. So the existing implementation provides the filtering upfront, when the region is selected.</div><div><br></div><div>In Liberty, the goal is to give an overview page that is cross-region. That would be written </div><div>leveraging JavaScript to make the API calls asynchronously. And trying to act on a particular instance would filter you down to a region. At least that's my goal for Liberty.</div><div><br></div><div>David </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 17, 2015 at 12:08 PM, Mathieu Gagné <span dir="ltr"><<a href="mailto:mgagne@iweb.com" target="_blank">mgagne@iweb.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
As anyone wondered if it could be possible/feasible to have an unified<br>
interface where all instances (or resources) are listed in one single<br>
page for all regions available in the catalog?<br>
<br>
What would be the challenges to make it happen? (so you don't have to<br>
toggle between regions)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Mathieu<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br></div>