add compatibility with newton-10.0

add compatibility with newton-10.0 in metadata.yaml file

Change-Id: I4b421f02ab0a43bcd4845386454d2f30e458472e
Closes-Bug: #1668617
This commit is contained in:
Aleksandr Kholkin 2017-03-01 14:02:17 +02:00
parent 086ea06c19
commit 8af2b096c7
1 changed files with 7 additions and 2 deletions

View File

@ -3,11 +3,11 @@ name: telemetry
# Human-readable name # Human-readable name
title: The OpenStack Telemetry Plugin title: The OpenStack Telemetry Plugin
# Plugin version # Plugin version
version: '1.0.1' version: '1.0.2'
# Description # Description
description: Deploy/configure Ceilometer and Aodh with InfluxDB and Elasticsearch backends description: Deploy/configure Ceilometer and Aodh with InfluxDB and Elasticsearch backends
# Required fuel version # Required fuel version
fuel_version: ['9.0'] fuel_version: ['9.0','10.0']
# Specify license of your plugin # Specify license of your plugin
licenses: ['Apache License Version 2.0'] licenses: ['Apache License Version 2.0']
# Specify author or company name # Specify author or company name
@ -29,6 +29,11 @@ releases:
mode: ['ha'] mode: ['ha']
deployment_scripts_path: deployment_scripts/ deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu repository_path: repositories/ubuntu
- os: ubuntu
version: newton-10.0
mode: ['ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
# Version of plugin package # Version of plugin package
package_version: '4.0.0' package_version: '4.0.0'