File: add-cinder-creds-91a50b74c8bdb541.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    Add cinder credentials in cinder section of nova conf to fix issue
    when reclaim_instance_interval > 0 and delete instance which booted
    from volume 'delete_on_termination' set as true. The volume status
    showing attached and in-use, even after instance deletion, since
    the admin context didn't have any token info hence call to cinder
    api failed.
    In case when context is is_admin and without token,added cinder creds
    used to do authentication with user/project info to call cinder api.
    [Bug `1734025 <https://bugs.launchpad.net/nova/+bug/1734025>`_]