Comment 12 for bug 1440046

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

Reviewed: https://review.openstack.org/220188
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=a25db9a2c61590c2fd0e3946c594bff9b61dee40
Submitter: Jenkins
Branch: master

commit a25db9a2c61590c2fd0e3946c594bff9b61dee40
Author: Vitaliy Mygal <email address hidden>
Date: Thu Sep 3 14:18:20 2015 +0300

    Store attributes of plugins in a separate table

    This is redesign of plugins architecture in order to store
    the plugin's attributes in a separate table, not in cluster
    attributes, so it will be possible to remove connection between
    plugin and cluster when a plugin gets deleted.

    Added ability to work with different versions of a plugin.
    User can choose the preferred version in UI.

    The test "test_plugin_generator" was removed because no longer
    relevant.

    Closes-Bug: #1440046
    Implements: blueprint store-plugins-attributes

    Change-Id: I52115f130bf1c7c80c66e18d0bf9f7acb16dd56c