[openstack-dev] [Mistral] Renaming action types

Jay Pipes jaypipes at gmail.com
Wed Feb 26 10:58:53 UTC 2014


On Wed, 2014-02-26 at 14:38 +0700, Renat Akhmerov wrote:
> Folks,
> 
> I’m proposing to rename these two action types REST_API and
> MISTRAL_REST_API to HTTP and MISTRAL_HTTP. Words “REST” and “API”
> don’t look correct to me, if you look at
> 
> 
> Services:
>   Nova:
>     type: REST_API
>     parameters:
>       baseUrl: {$.novaURL}
>     actions:
>       createVM:
>         parameters:
>           url: /servers/{$.vm_id}
>           method: POST
>    
> There’s no information about “REST” or “API” here. It’s just a spec
> how to form an HTTP request.

+1 on HTTP and MISTRAL_HTTP.

On an unrelated note, would it be possible to use under_score_naming
instead of camelCase naming?

Best,
-jay





More information about the OpenStack-dev mailing list