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
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to