<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi team,<br>
<br>
After I searched around a while and looked into some of the nova
source code I could not still figure out how to manage a feature my
project requires. I would like to post it here for help,
suggestions. Appreciate any inputs!<br>
<br>
Problem: In my project, I need VMs on openstack support serial
console with "<protocol type='telnet' />" instead the default
one "<protocol type='raw' />". I attached the chunk of the xml
as below. <br>
<br>
<font face="monospace"><serial type='tcp'><br>
<source mode='bind' host='10.0.0.33' service='10002'/><br>
<protocol type='raw'/> <font color="#cc0000"><b>-->
<protocol type='telnet'/></b></font><br>
<target port='0'/><br>
<alias name='serial0'/><br>
</serial><br>
<console type='tcp'><br>
<source mode='bind' host='10.0.0.33' service='10002'/><br>
<protocol type='raw'/> </font><font face="monospace"><font
face="monospace"><font color="#cc0000"><b>--> <protocol
type='telnet'/><br>
</b></font></font> <target type='serial' port='0'/><br>
<alias name='serial0'/><br>
</console></font><br>
<br>
Thanks,<br>
Gene<br>
</body>
</html>