{% extends 'landing_page/common/base.html' %} {% block scripts %} {% endblock %} {% block content %}

Download Fuel for OpenStack Plugins

The following Fuel plugins are currently available for download:


{% for group in groups %}

{{ group.name|title }}

{% for plugin in group.plugins.all %}

{{ plugin.title }}

{{ plugin.description }}

Version {{ plugin.version }}

Compatibility MOS: {{ plugin.compability.all|join:', ' }}

{% endfor %} {% endfor %}

How can I write my own-plugins?

Interested in writing and testing your own plugin?

Please visit our Plugins Development documentation for more information.

{% endblock %}