Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/vnc-console-attr. Description: Propose to add an attribute to OS::Nova::Server resource. So we can list vnc console url in outputs: heat_template_version: 2013-05-23 resources: server: type: "OS::Nova::Server" properties: image: fedora key_name: heat_key flavor: m1.small outputs: server_novnc_url: value: get_attr: [server, vnc_console, novnc] Specification URL (additional information): None
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2015:1548