nova-cloud-controller: single-nova-consoleauth

Add release note about removal of single-nova-consoleauth mode.

Change-Id: I770974441bb0d3589cfcb842beb9983ed959c5a1
This commit is contained in:
James Page 2019-03-06 15:32:35 +00:00
parent 401b4371d8
commit 9aee946a31
1 changed files with 16 additions and 0 deletions

View File

@ -127,6 +127,22 @@ New Bundle Features
Deprecation Notices
===================
Removed Features
================
nova-cloud-controller: single-nova-consoleauth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'single-nova-consoleauth' feature has been removed from the nova-cloud-controller charm; this legacy feature has been superceeded by the use of nova-consoleauth daemons on all nova-cloud-controller units, sharing authentication tokens using memcached.
Cluster resources associated with this feature will be cleaned up up during charm upgrade.
If the charm is running in an HA deployment, a relation to memcached must be added to the nova-cloud-controller application:
.. code:: bash
juju add-relation nova-cloud-controller memcached
Known Issues
============