deb-murano/contrib/plugins/murano_exampleplugin/setup.cfg
Tetiana Lashchova 88d92b52e1 Remove version from example and heat-translator plugins
Remove explicit version definition to avoid errors of version mismatch
using pbr.

Change-Id: I73cfef4fb015f9b37a833f059497354af2622032
Closes-Bug: #1595130
2016-06-22 13:28:11 +03:00

18 lines
704 B
INI

[metadata]
name = murano.plugins.example
description = Example Plugin to extend collection of MuranoPL system classes
summary = An example Murano Plugin demonstrating extensibility of MuranoPL
classes with code written in Python. This particular plugin uses
python-glanceclient to call OpenStack Images API to list available
images and return their ids to caller. Anther available method allows
to get murano-related metadata from image with a given id.
author = Alexander Tivelkov
author-email = ativelkov@mirantis.com
[files]
packages = murano_exampleplugin
[entry_points]
io.murano.extensions =
mirantis.example.Glance = murano_exampleplugin:GlanceClient