Comment 10 for bug 1998300

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-compute (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/charm-nova-compute/+/870050
Committed: https://opendev.org/openstack/charm-nova-compute/commit/bbcc2ec14dd49098786230de0f6acf274a9104d9
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit bbcc2ec14dd49098786230de0f6acf274a9104d9
Author: Hemanth Nakkina <email address hidden>
Date: Thu Dec 1 09:38:15 2022 +0530

    Use enabled option for vnc

    vnc_enabled, novnc_enabled are depreacted but should
    be in DEFAULT section. Commit [1] moved the deprecated
    options under vnc group so they dont have any effect.
    This leads to vnc as True which is default option
    in nova.

    Change the template to use enabled option instead of
    deprecated ones

    [1] https://opendev.org/openstack/charm-nova-compute/commit/73edc4f817d0a8c281284a0df850d93ea5427014

    Closes-Bug: #1998300
    Change-Id: I4193c042f6b3a55dfb1dc57f0f4d3bc71e19006f
    (cherry picked from commit 83497e833d2d76687868552ef84db1906472fd6f)