Release plugin 3.0.1 version

Change-Id: Ia4f9355aea0be9255e4d4df19242b53e29545889
This commit is contained in:
Mykyta Karpin 2017-01-23 10:45:10 +02:00
parent d681925807
commit 8fb5b0c369
5 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,10 @@
Release notes / Changelog Release notes / Changelog
========================= =========================
**3.0.1**
* Tasks version 2.0.0 is set by default [LP #1638617]
**3.0.0** **3.0.0**
* Support of ldap proxy * Support of ldap proxy

View File

@ -11,8 +11,8 @@ master_doc = 'index'
project = u'The LDAP plugin for Fuel' project = u'The LDAP plugin for Fuel'
copyright = u'2016, Mirantis Inc.' copyright = u'2016, Mirantis Inc.'
version = '3.0-3.0.0-1' version = '3.0-3.0.1-1'
release = '3.0-3.0.0-1' release = '3.0-3.0.1-1'
exclude_patterns = [] exclude_patterns = []

View File

@ -15,12 +15,12 @@ To install LDAP plugin, follow these steps:
that). If you do not have the Fuel Master node yet, see `Quick Start Guide that). If you do not have the Fuel Master node yet, see `Quick Start Guide
<http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/install/install_install_fuel_master_node.html>`_:: <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/install/install_install_fuel_master_node.html>`_::
# scp ldap-3.0-3.0.0-1.noarch.rpm root@<Fuel_Master_IP>:/tmp # scp ldap-3.0-3.0.1-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
#. Log into the Fuel Master node. Install the plugin:: #. Log into the Fuel Master node. Install the plugin::
# cd /tmp # cd /tmp
# fuel plugins --install ldap-3.0-3.0.0-1.noarch.rpm # fuel plugins --install ldap-3.0-3.0.1-1.noarch.rpm
#. Check if the plugin was installed successfully #. Check if the plugin was installed successfully
@ -29,4 +29,4 @@ To install LDAP plugin, follow these steps:
# fuel plugins # fuel plugins
id | name | version | package_version | releases id | name | version | package_version | releases
---+------+---------+-----------------+-------------------- ---+------+---------+-----------------+--------------------
1 | ldap | 3.0.0 | 3.0.0 | ubuntu (mitaka-9.0) 1 | ldap | 3.0.1 | 3.0.0 | ubuntu (mitaka-9.0)

View File

@ -5,7 +5,7 @@ Delete all environments, in which the LDAP plugin has been enabled.
#. Uninstall the plugin:: #. Uninstall the plugin::
# fuel plugins --remove ldap==3.0.0 # fuel plugins --remove ldap==3.0.1
#. Check if the plugin was uninstalled successfully:: #. Check if the plugin was uninstalled successfully::

View File

@ -1,6 +1,6 @@
name: ldap name: ldap
title: LDAP plugin for Keystone title: LDAP plugin for Keystone
version: '3.0.0' version: '3.0.1'
description: Enable to use LDAP authentication backend for Keystone description: Enable to use LDAP authentication backend for Keystone
fuel_version: ['9.0'] fuel_version: ['9.0']
licenses: ['Apache License Version 2.0'] licenses: ['Apache License Version 2.0']