Migrate plugin from 1.0.0 to 2.0.0 package version

Change-Id: I193003b3666f6e0ddce11eaefe0c4f1476b3f47a
This commit is contained in:
Andrey Epifanov 2015-03-13 10:25:05 +03:00
parent fcf4320cbf
commit 545652d5d8
1 changed files with 9 additions and 2 deletions

View File

@ -7,7 +7,14 @@ version: 1.0.0
# Description
description: Neutron extension that introduces FireWall feature set
# Required fuel version
fuel_version: ['6.0', '6.1']
fuel_version: ['6.1']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Andrey Epifanov']
# A link to the plugin's page
homepage: 'https://github.com/stackforge/fuel-plugin-neutron-vpnaas'
groups: []
# The plugin is compatible with releases in the list
releases:
@ -33,4 +40,4 @@ releases:
repository_path: repositories/centos
# Version of plugin package
package_version: '1.0.0'
package_version: '2.0.0'