vncproxy warnings due to class includes

Bug #1524577 reported by Matt Fischer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-nova
Triaged
Low
Unassigned

Bug Description

Due to changes made earlier this year there is duplicated vncproxy settings in vncproxy.pp and vncproxy/common.pp. Compute.pp includes the latter, but not the former. Then common.pp tries to read values from vncproxy.pp causing warnings:

Warning: Scope(Class[Nova::Vncproxy::Common]): Could not look up qualified variable '::nova::vncproxy::host'; class ::nova::vncproxy has not been evaluated
Warning: Scope(Class[Nova::Vncproxy::Common]): Could not look up qualified variable '::nova::vncproxy::vncproxy_protocol'; class ::nova::vncproxy has not been evaluated
Warning: Scope(Class[Nova::Vncproxy::Common]): Could not look up qualified variable '::nova::vncproxy::port'; class ::nova::vncproxy has not been evaluated
Warning: Scope(Class[Nova::Vncproxy::Common]): Could not look up qualified variable '::nova::vncproxy::vncproxy_path'; class ::nova::vncproxy has not been evaluated

To simplify:

nova::compute includes nova::vncproxy::common which references nova::vncproxy which is unevaluated in this case.

Revision history for this message
Emilien Macchi (emilienm) wrote :

Matt, I've seen that: https://review.openstack.org/#/c/255529/
I think it's related :-)

Cody Herriges (ody-cat)
Changed in puppet-nova:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.