File: nova-manage-user-16e7145d0c10bf57.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 (17 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
fixes:
  - |
    Correct permissions on the nova logfiles.
    If the ``nova-manage`` commands (such as dbsync) were initially run as
    root then subsequent runs as the nova user would fail as the logfile is
    owned by root (see `bug 1671681`_).
    The ownership of all nova logfiles is now checked before configuring
    nova, as a similar issue could prevent a service starting, and the
    nova-manage command is now run as the correct user.

    Adds nova::params::nova_user and nova::params::nova_group.
    nova::cron::archive_deleted_rows::user now defaults to
    nova::params::nova_user instead of hardcoding 'nova'

    .. _bug 1671681: https://bugs.launchpad.net/puppet-nova/+bug/1671681