On 23/09/13 21:59, Doug Hellmann wrote:
> On Mon, Sep 23, 2013 at 12:31 PM, Petr Blaho wrote:
>
>> Hi,
>>
>> during my work on getting tests to pass for
>> https://review.openstack.org/#/c/46947/ I discovered that we are
>> misusing pecan models for HTTP representation of Resources.
>>
>> In cont
Hi,
during my work on getting tests to pass for
https://review.openstack.org/#/c/46947/ I discovered that we are
misusing pecan models for HTTP representation of Resources.
In controllers pecan/wsme calls actions with pecan model prepopulated
from HTTP request's params.
For example, when creatin
On Mon, Sep 23, 2013 at 12:31 PM, Petr Blaho wrote:
> Hi,
>
> during my work on getting tests to pass for
> https://review.openstack.org/#/c/46947/ I discovered that we are
> misusing pecan models for HTTP representation of Resources.
>
> In controllers pecan/wsme calls actions with pecan model p