Add nova-compute 'node-name' action to release notes

Change-Id: I61195a001ab14c1f8e420158dc41f1faec4f7b49
Closes-Bug: #1911012
This commit is contained in:
Aurelien Lourot 2021-04-27 15:41:56 +02:00
parent 603739c933
commit 8055ad7573
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Summary of changes
* `ceph-osd charm: marking individual OSDs as 'out' or 'in'`_
* `hacluster charm: scaling down`_
* `nova-compute charm: scaling down`_
* `nova-compute charm: query name of compute node`_
* `openstack-dashboard charm: new option 'use-internal-endpoints'`_
* `Global cap to charm option 'worker-multiplier'`_
* `Denying service restarts and hook calls`_
@ -98,6 +99,13 @@ action allows the operator to revert the process by re-registering the service
(providing unit removal has not been made). See the `nova-compute charm`_
README for more information.
nova-compute charm: query name of compute node
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The nova-compute charm has a new action: ``node-name``.
This action prints the node name of the nova-compute unit it is run against.
openstack-dashboard charm: new option 'use-internal-endpoints'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~