Remove support for MOS 8

Change-Id: Id0f5f98518e148372ba4e9591a4a1afcedd134c8
This commit is contained in:
Simon Pasquier 2016-02-10 14:49:12 +01:00
parent a787409117
commit 55b8d4f69b
1 changed files with 1 additions and 11 deletions

View File

@ -7,7 +7,7 @@ version: 0.8.1
# Description
description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backends such as Elasticsearch and InfluxDB.
# Required fuel version
fuel_version: ['7.0', '8.0']
fuel_version: ['7.0']
authors: [Mirantis Inc.]
licenses: [Apache License Version 2.0]
@ -16,21 +16,11 @@ groups: ['monitoring']
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
version: 2015.1.0-8.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: 2015.1.0-7.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: ubuntu
version: liberty-8.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package
package_version: '3.0.0'