[openstack-dev] [Nova] Serial console protocol type setting -- <protocol type='telnet'/>
Liu, Gene
Gene.Liu at alcatel-lucent.com
Tue Jun 30 15:26:08 UTC 2015
Hi team,
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!
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.
<serial type='tcp'>
<source mode='bind' host='10.0.0.33' service='10002'/>
<protocol type='raw'/> *--> <protocol type='telnet'/>*
<target port='0'/>
<alias name='serial0'/>
</serial>
<console type='tcp'>
<source mode='bind' host='10.0.0.33' service='10002'/>
<protocol type='raw'/> *--> <protocol type='telnet'/>
* <target type='serial' port='0'/>
<alias name='serial0'/>
</console>
Thanks,
Gene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150630/4c7b63fc/attachment.html>
More information about the OpenStack-dev
mailing list