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.

Thoughts?

Renat Akhmerov
@ Mirantis Inc.



_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to