ca9a6ed261
Remove explicit version definition to avoid errors of version mismatch using pbr. Change-Id: I19a263d0e66bcbcddc1a9d6fdd4457b708e45bd9 Closes-bug: #1572123
16 lines
545 B
INI
16 lines
545 B
INI
[metadata]
|
|
name = murano.plugins.magnum
|
|
description = Plugin to deploy a Magnum Bay to run docker containers on it.
|
|
summary = This plugin uses python-magnumclient to deploy a Magnum Bay. You can
|
|
deploy any of Kubernetes, Swarm and Mesos cluster with it. Just specify
|
|
'coe' to deploy cluster of your choice and run containers on it.
|
|
author = Madhuri Kumari
|
|
author-email = madhuri.kumari@intel.com
|
|
|
|
[files]
|
|
packages = magnum_plugin
|
|
|
|
[entry_points]
|
|
io.murano.extensions =
|
|
mirantis.magnum.Magnum = magnum_plugin:MagnumClient
|