Bump version to 0.8.0
Change-Id: If6c4292ff7016902f75cf8c2d8c0df68862bdca2
This commit is contained in:
parent
b1bb4c49df
commit
c728ab6810
@ -62,13 +62,13 @@ To install the LMA Collector plugin, follow these steps:
|
||||
2. Copy the plugin file to the Fuel Master node.
|
||||
|
||||
```
|
||||
scp lma_collector-0.7-0.7.0-0.noarch.rpm root@<Fuel Master node IP address>:
|
||||
scp lma_collector-0.8-0.8.0-0.noarch.rpm root@<Fuel Master node IP address>:
|
||||
```
|
||||
|
||||
3. Install the plugin using the `fuel` command line:
|
||||
|
||||
```
|
||||
fuel plugins --install lma_collector-0.7-0.7.0-0.noarch.rpm
|
||||
fuel plugins --install lma_collector-0.8-0.8.0-0.noarch.rpm
|
||||
```
|
||||
|
||||
4. Verify that the plugin is installed correctly:
|
||||
@ -133,6 +133,10 @@ None
|
||||
Release Notes
|
||||
-------------
|
||||
|
||||
**0.8.0**
|
||||
|
||||
* Monitoring of the LMA collector.
|
||||
|
||||
**0.7.0**
|
||||
|
||||
* Initial release of the plugin. This is a beta version.
|
||||
|
@ -51,9 +51,9 @@ copyright = u'2015, Mirantis Inc.'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.7'
|
||||
version = '0.8'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.7.0'
|
||||
release = '0.8.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -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.7.0
|
||||
version: 0.8.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
|
||||
|
Loading…
Reference in New Issue
Block a user