fpb should validate correct version for Fuel 8.0

Change-Id: Ib18d8d9813f6bfb2e5f66bcae2efb84feeb2e74d
Closes-Bug:#1504625
This commit is contained in:
Dennis Dmitriev 2015-10-09 21:48:31 +03:00 committed by Igor Kalnitsky
parent f0a2f62168
commit d396f7fb0b
No known key found for this signature in database
GPG Key ID: 38306881ADFE39E4
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ version: '1.0.0'
# Description
description: Enable to use plugin X for Neutron
# Required fuel version
fuel_version: ['7.0']
fuel_version: ['7.0', '8.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
@ -25,6 +25,11 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: 2015.1.0-8.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '3.0.0'