diff --git a/metadata.yaml b/metadata.yaml index b5c311e..c7e0d92 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,11 +3,11 @@ name: ceilometer-redis # Human-readable name for your plugin title: Redis plugin for Ceilometer # Plugin version -version: 1.0.0 +version: 1.0.1 # Description description: Ceilometer extension that provide workload-partitioning and HA for ceilometer services # Required fuel version -fuel_version: ['8.0'] +fuel_version: ['7.0','8.0'] # Specify license of your plugin licenses: ['Apache License Version 2.0'] # Specify author or company name @@ -19,6 +19,11 @@ groups: [] # The plugin is compatible with releases in the list releases: + - 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']