On Thu, Jun 4, 2015 at 4:43 AM Brant Knudson wrote:
>
>
> On Tue, Jun 2, 2015 at 4:32 AM, Chenhong Liu
> wrote:
>
>> There is keystone/exception.py which contains Exceptions defined and used
>> inside keystone provide 4xx and 5xx status code. And we can use it like:
>> exception.Forbidden.co
On Tue, Jun 2, 2015 at 4:32 AM, Chenhong Liu
wrote:
> There is keystone/exception.py which contains Exceptions defined and used
> inside keystone provide 4xx and 5xx status code. And we can use it like:
> exception.Forbidden.code, exception.forbiddent.title
> exception.NotFound.code, exce
On 6/2/15, 04:45, "Boris Bobrov" wrote:
>On Tuesday 02 June 2015 09:32:45 Chenhong Liu wrote:
>> There is keystone/exception.py which contains Exceptions defined and
>>used
>> inside keystone provide 4xx and 5xx status code. And we can use it like:
>> exception.Forbidden.code, exception.for
On Tue, Jun 2, 2015 at 7:24 PM samuel wrote:
> Hi Chenhong Liu,
>
> In addition, I think creating a common file to place non-error HTTP
> status code
> is a good idea and can be discussed with the Keystone cores.
>
> Feel free to add a point to our weekly meeting, Tuesdays 18:00 UTC. [1]
>
> Than
Hi Chenhong Liu,
In addition, I think creating a common file to place non-error HTTP
status code
is a good idea and can be discussed with the Keystone cores.
Feel free to add a point to our weekly meeting, Tuesdays 18:00 UTC. [1]
Sincerely,
Samuel
[1] https://wiki.openstack.org/wiki/Meetings
Hi Chenhong Liu,
encapsulated into the WSGI application, Keystone is architecturally
organized as follows:
Application <-> Router <-> Controller <-> Manager <-> Driver
The Router connects called URLs with the code in the Controller, which
delegates actions
to Manager, which manages the busin
On Tue, Jun 2, 2015 at 5:46 PM Boris Bobrov wrote:
> On Tuesday 02 June 2015 09:32:45 Chenhong Liu wrote:
> > There is keystone/exception.py which contains Exceptions defined and used
> > inside keystone provide 4xx and 5xx status code. And we can use it like:
> > exception.Forbidden.code, ex
On Tuesday 02 June 2015 09:32:45 Chenhong Liu wrote:
> There is keystone/exception.py which contains Exceptions defined and used
> inside keystone provide 4xx and 5xx status code. And we can use it like:
> exception.Forbidden.code, exception.forbiddent.title
> exception.NotFound.code, excep
There is keystone/exception.py which contains Exceptions defined and used
inside keystone provide 4xx and 5xx status code. And we can use it like:
exception.Forbidden.code, exception.forbiddent.title
exception.NotFound.code, exception.NotFound.title
This makes the code looks pretty and avo