[openstack-dev] Writing Openstack Nova API extensions

Kevin L. Mitchell kevin.mitchell at rackspace.com
Thu Sep 27 14:37:59 UTC 2012


On Thu, 2012-09-27 at 10:28 +0530, Trinath Somanchi wrote:
> [1] What are Member action and Collection actions? I see them in the
> Source code, of the ResourceExtension. Can you shower some light on
> these terms, their usage and significance.

The "member_actions" and "collection_actions" keyword arguments map to
the "member" and "action" keyword arguments to Routes' resource()
method.  See:

        http://routes.readthedocs.org/en/latest/restful.html#resource-options
-- 
Kevin L. Mitchell <kevin.mitchell at rackspace.com>




More information about the OpenStack-dev mailing list