diff --git a/docs/source/conf.py b/docs/source/conf.py index 98202b3..ff9b8ea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ copyright = u'2016, Mirantis Inc.' # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/install.rst b/docs/source/install.rst index 797e828..78962f5 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -28,7 +28,7 @@ plugins catalog:** .. code-block:: console - # scp telemetry-1.0-1.0.0-1.noarch.rpm root@fuel-master:/tmp + # scp telemetry-1.0-1.0.1-1.noarch.rpm root@fuel-master:/tmp #. Log in to the Fuel Master node CLI as root. #. Install the plugin using the @@ -45,7 +45,7 @@ plugins catalog:** # fuel plugins id | name | version | package_version | releases ---|------------|---------|-----------------|-------------------- - 1 | telemetry | 1.0.0 | 4.0.0 | ubuntu (mitaka-9.0) + 1 | telemetry | 1.0.1 | 4.0.0 | ubuntu (mitaka-9.0) #. Proceed to :ref:`configure`. @@ -124,6 +124,6 @@ that file later on. # fuel plugins id | name | version | package_version | releases ---|------------|---------|-----------------|-------------------- - 1 | telemetry | 1.0.0 | 4.0.0 | ubuntu (mitaka-9.0) + 1 | telemetry | 1.0.1 | 4.0.0 | ubuntu (mitaka-9.0) -#. Proceed to :ref:`configure`. \ No newline at end of file +#. Proceed to :ref:`configure`. diff --git a/metadata.yaml b/metadata.yaml index aa3d8c3..61eb04b 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -3,7 +3,7 @@ name: telemetry # Human-readable name title: The OpenStack Telemetry Plugin # Plugin version -version: '1.0.0' +version: '1.0.1' # Description description: Deploy/configure Ceilometer and Aodh with InfluxDB and Elasticsearch backends # Required fuel version