From baf30855f5c6e8ad69548e39904da0d6e3123f01 Mon Sep 17 00:00:00 2001 From: Stanislaw Bogatkin Date: Wed, 5 Aug 2015 13:18:26 +0300 Subject: [PATCH] Fix metadata group, author and homepage was added to metadata Change-Id: I24baeb87201c93f3669e77f75da4208297ed3cd2 --- metadata.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/metadata.yaml b/metadata.yaml index 8672a70..0311445 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,14 +1,13 @@ -# Plugin name name: lbaas title: LBaaS plugin for Neutron -# Plugin version version: 1.0.1 -# Description description: Enables LBaaS for Neutron. Be aware, in HA mode rescheduling of LB instances will not work!! -# Required fuel version fuel_version: ['6.0','6.1'] +licenses: ['Apache License Version 2.0'] +authors: ['Stanislaw Bogatkin'] +homepage: 'https://github.com/stackforge/fuel-plugin-neutron-lbaas' +groups: ['network'] -# The plugin is compatible with releases in the list releases: - os: ubuntu version: 2014.2-6.0 @@ -31,5 +30,4 @@ releases: deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos -# Version of plugin package package_version: '2.0.0'