added fuel9 support in metadata

Change-Id: Ibfa4368a88ceab21e0ad32f0449403faa1074dba
This commit is contained in:
alexey-mr 2016-07-14 16:50:30 +03:00
parent 9b8a9876fb
commit 87c9b1a25f
1 changed files with 11 additions and 1 deletions

View File

@ -11,7 +11,7 @@ version: '2.1.0'
description: This plugin deploys and enables EMC ScaleIO ver. 2.0 as the block storage backend
# Required fuel version
fuel_version: ['7.0', '8.0']
fuel_version: ['7.0', '8.0', '9.0']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
@ -43,6 +43,16 @@ releases:
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: mitaka-9.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: mitaka-9.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos
# Version of plugin package
package_version: "3.0.0"