2018-04-25 22:13 GMT+08:00 Jeremy Stanley <[email protected]>: > > On 2018-04-25 14:12:00 +0800 (+0800), Rico Lin wrote: > [...] > > I believe to combine API services into one service will be able to > > scale much easier. As we already starting from providing multiple > > services and binding with Apache(Also concern about Zane's > > comment), we can start this goal by saying providing unified API > > service architecture (or start with new oslo api service). If we > > reduce the difference between implementation from API service in > > each OpenStack services first, maybe will make it easier to manage > > or upgrade (since we unfied the package requirements) and even > > possible to accelerate APIs. > [...] > > How do you see this as being either similar to or different from the > https://git.openstack.org/cgit/openstack/oaktree/tree/README.rst > effort which is currently underway?
I think it's different from oaktree, since oaktree is an upper layer which depends on API Services (allow shade to connected with), And what I'm saying is to unify all API Servers. An example will be like what tempest do for tests, tempest provide cmd and tools to help you generate and run test cases, each service only required to provide a plugin. So if first step (to unified) is complete, we can even focus on enhancing API service for all, and the cool part is, we only need to do it in a single place for all projects. Think about what happens when Tempest trying to enhance test performance (just do it and check the gate is green). Also, what kevin's idea is to have a API service to replace all API service, which IIUC will be a API server directly use RPC to reach backend for each services in OpenStack. So it's also different too. > -- > Jeremy Stanley > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- May The Force of OpenStack Be With You, Rico Lin irc: ricolin
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
