Release 3.0.2
Change-Id: If0c6d8f301a7569e155523c1c142c9d7538db74e
This commit is contained in:
parent
7cf2e0f36e
commit
a13ed38dba
@ -1,6 +1,10 @@
|
|||||||
Release notes / Changelog
|
Release notes / Changelog
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
**3.0.2**
|
||||||
|
|
||||||
|
* Security fix: ldap password is removed from puppet logs [LP #1658655]
|
||||||
|
|
||||||
**3.0.1**
|
**3.0.1**
|
||||||
|
|
||||||
* Tasks version 2.0.0 is set by default [LP #1638617]
|
* Tasks version 2.0.0 is set by default [LP #1638617]
|
||||||
|
@ -9,10 +9,10 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
project = u'The LDAP plugin for Fuel'
|
project = u'The LDAP plugin for Fuel'
|
||||||
copyright = u'2016, Mirantis Inc.'
|
copyright = u'2017, Mirantis Inc.'
|
||||||
|
|
||||||
version = '3.0-3.0.1-1'
|
version = '3.0-3.0.2-1'
|
||||||
release = '3.0-3.0.1-1'
|
release = '3.0-3.0.2-1'
|
||||||
|
|
||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
|
@ -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.1-1.noarch.rpm root@<Fuel_Master_IP>:/tmp
|
# scp ldap-3.0-3.0.2-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.1-1.noarch.rpm
|
# fuel plugins --install ldap-3.0-3.0.2-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.1 | 3.0.0 | ubuntu (mitaka-9.0)
|
1 | ldap | 3.0.2 | 3.0.0 | ubuntu (mitaka-9.0)
|
||||||
|
@ -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.1
|
# fuel plugins --remove ldap==3.0.2
|
||||||
|
|
||||||
#. Check if the plugin was uninstalled successfully::
|
#. Check if the plugin was uninstalled successfully::
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: ldap
|
name: ldap
|
||||||
title: LDAP plugin for Keystone
|
title: LDAP plugin for Keystone
|
||||||
version: '3.0.1'
|
version: '3.0.2'
|
||||||
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']
|
||||||
|
Loading…
Reference in New Issue
Block a user