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.
sing_console.patch1
Description: sing_console.patch1
sing_console.patch2
Description: sing_console.patch2
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack