File: spice-enabled-78f1bf8f333928aa.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 (13 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Puppet-openstack now manages both [vnc]/enabled and [spice]/enabled. This
    was needed because Debian has [spice]/enabled set to True by default, and
    one cannot have both enabled in a compute node. Therefore, it was mandatory
    to have [spice]/enabled set to Flase if we're using VNC.
upgrade:
  - |
    Users of puppet-openstack will have to set ::nova::compute::spice_enabled to
    True to make a meaningful decisioin to use Spice and not use VNC, and not
    rely on ::nova::spicehtml5proxy or ::nova::compute::spice to set it as
    enabled by default.