diff options
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml | 8 | ||||
-rw-r--r-- | releasenotes/notes/ps-san-private_key-5a9f11e7907ba600.yaml | 4 | ||||
-rw-r--r-- | releasenotes/source/conf.py | 4 |
3 files changed, 14 insertions, 2 deletions
diff --git a/releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml b/releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml new file mode 100644 index 0000000..3434377 --- /dev/null +++ b/releasenotes/notes/cleanup_odl_clustering-7efdd58639df88a5.yaml @@ -0,0 +1,8 @@ +--- +deprecations: + - Deprecates and removes workaround OpenDaylight + clustering function and class. Clustering config + is now handled by puppet-opendaylight. + - Removes deprecated opendaylight parameter + 'ha_node_index' which is no longer needed to + configure clustering. diff --git a/releasenotes/notes/ps-san-private_key-5a9f11e7907ba600.yaml b/releasenotes/notes/ps-san-private_key-5a9f11e7907ba600.yaml new file mode 100644 index 0000000..6359331 --- /dev/null +++ b/releasenotes/notes/ps-san-private_key-5a9f11e7907ba600.yaml @@ -0,0 +1,4 @@ +--- +features: + - Added new parameter san_private_key to configure SSH Private Key + for the PS Series cinder backend diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index d045d6a..bba17b6 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -53,9 +53,9 @@ copyright = u'2017, Puppet TripleO Developers' # built documents. # # The short X.Y version. -version = '7.1.0' +version = '7.2.0' # The full version, including alpha/beta/rc tags. -release = '7.1.0' +release = '7.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |