Comment 6 for bug 1023111

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/9849
Committed: http://github.com/openstack/quantum/commit/a01ca27a88bfc7bdc6913580700315a7789e5a70
Submitter: Jenkins
Branch: master

commit a01ca27a88bfc7bdc6913580700315a7789e5a70
Author: Bob Kukura <email address hidden>
Date: Sun Jul 15 20:45:25 2012 -0400

    Implements data-driven views and extended attributes.

    The quantum/api/v2/views.py module is replaced by is_visible
    properties in the RESOURCE_ATTRIBUTE_MAP defined in
    quantum/api/v2/attributes.py. Extensions are given the ability to add
    extended attribute descriptions to this map during initialization,
    allowing extended attributes to be implemented similarly to core
    attributes in plugins.

    Resolves bug 1023111.

    Change-Id: Ic6e224d5d841b6a1d4d1c762d7306adaf91f7a2d