[openstack-dev] [nova] Adding serial device to an instance config

Sumit Naiksatam sumitnaiksatam at gmail.com
Wed Jan 16 19:32:26 UTC 2013


Hi,

I would like to bring up a VM (KVM) with a device that has the following config:

<device>
  <serial type="tcp">
   <source mode="bind" host="127.0.0.1" service="2445"/>
   <protocol type="telnet"/>
   <target port="1"/>
 </serial>
...
</devices>


Is there a way to do it? If not, any suggestions on what would be
needed to get this to work?

Thanks,
~Sumit.



More information about the OpenStack-dev mailing list