Modify the plugin's version to 0.7.0

We decided to release the first version of the plugin as 0.7.0. This
version is still beta.

Change-Id: Ib254947bac4dea327a8a834b20138dcc5b80a0b3
This commit is contained in:
Simon Pasquier 2015-04-07 11:32:04 +02:00
parent 7699e409d9
commit 7e88bd4353
2 changed files with 5 additions and 5 deletions

View File

@ -49,13 +49,13 @@ To install the LMA Collector plugin, follow these steps:
2. Copy the plugin file to the Fuel Master node.
```
scp lma_collector-1.0-1.0.0-0.noarch.rpm root@<Fuel Master node IP address>:
scp lma_collector-0.7-0.7.0-0.noarch.rpm root@<Fuel Master node IP address>:
```
3. Install the plugin using the `fuel` command line:
```
fuel plugins --install lma_collector-1.0-1.0.0-0.noarch.rpm
fuel plugins --install lma_collector-0.7-0.7.0-0.noarch.rpm
```
4. Verify that the plugin is installed correctly:
@ -115,9 +115,9 @@ None
Release Notes
-------------
**1.0.0**
**0.7.0**
* Initial release of the plugin.
* Initial release of the plugin. This is a beta version.
Contributors

View File

@ -3,7 +3,7 @@ name: lma_collector
# Human-readable name for your plugin
title: The Logging, Monitoring and Alerting (LMA) Collector Plugin
# Plugin version
version: 0.1.0
version: 0.7.0
# 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