puppet-nova/releasenotes
Rajesh Tailor 848ac0b5e1 Add cinder credentials in nova conf
Added user/project CONF with admin role at cinder group,
and when determine context is_admin and without token, do
authenticaion with user/project info to call cinder api.

When set reclaim_instance_interval > 0, and then delete an
instance which booted from volume with `delete_on_termination`
set as true. After reclaim_instance_interval time pass,
all volumes boot instance with state: attached and in-use,
even when attached instances was deleted.

This happens because as admin context from
`nova.compute.manager._reclaim_queued_deletes` did not have
any token info, then call cinder api would be failed.

The corresponding nova changes merged in change
https://review.opendev.org/#/c/522112/

Related-Bug: #1734025
Change-Id: Ib58c2ca04dfe6d1e1ff849f600a9a24724205078
2019-05-17 18:49:46 +05:30
..
notes Add cinder credentials in nova conf 2019-05-17 18:49:46 +05:30
source Update master for stable/stein 2019-03-22 16:51:19 +00:00