Hello, stevebaker. I think there is a problem about the temple file which at following internal site. https://github.com/openstack/heat-templates/blob/master/hot/server_console.yaml When using the template file to create stack, I can’t get novnc console url: ------------- $ heat output-show stack single_console_type { "novnc": null, "get_attr": "server", "console_urls": null } ------------- But fix the sing_console.patch1, I can get novnc console url successfully. ------------- $ heat output-show stack single_console_type "http://X.X.X.X:6080/vnc_auto.html?token=8c488ba6-77e3-4912-87da-6809fc2fffe7" -------------- “x.x.x.x” is ip. fix the sing_console.patch2, I can get other console url successfully. Like xvpvnc: -------------- $ heat output-show stack xvpvnc_console_url "http://127.0.0.1:6081/console?token=428a781b-13ff-4744-adb6-ff6f4b051cc4" -------------- Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150826/1e17d415/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: sing_console.patch1 Type: application/octet-stream Size: 796 bytes Desc: sing_console.patch1 URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150826/1e17d415/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: sing_console.patch2 Type: application/octet-stream Size: 1597 bytes Desc: sing_console.patch2 URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150826/1e17d415/attachment-0001.obj>