Add 6.1 to allowed install versions

Change-Id: I808e9b60db16afb962c51547fccc047c3f81567c
Closes-Bug: #1424978
This commit is contained in:
Stanislaw Bogatkin 2015-02-24 12:21:45 +03:00
parent f63c7b43e6
commit 5a61cac952
1 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,7 @@ version: 1.0.0
# Description # Description
description: Enables LBaaS for Neutron, works in multinode mode only description: Enables LBaaS for Neutron, works in multinode mode only
# Required fuel version # Required fuel version
fuel_version: ['6.0'] fuel_version: ['6.0','6.1']
# The plugin is compatible with releases in the list # The plugin is compatible with releases in the list
releases: releases:
@ -20,6 +20,16 @@ releases:
mode: ['multinode','ha'] mode: ['multinode','ha']
deployment_scripts_path: deployment_scripts/ deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos repository_path: repositories/centos
- os: ubuntu
version: 2014.2-6.1
mode: ['multinode','ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: 2014.2-6.1
mode: ['multinode','ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos
# Version of plugin package # Version of plugin package
package_version: '1.0.0' package_version: '1.0.0'