How to modify standard template for instance to include console type pty?
Is there a way to create the custom instance template. Not all libvirt properties are available in glance. For example:
libvirt template created manually:
<serial type='pty'>
<source path='/dev/pts/4'/>
<target port='0'/>
<alias name='serial0'/>
</serial>
<console type='pty' tty='/dev/pts/4'>
<source path='/dev/pts/4'/>
<target type='serial' port='0'/>
<alias name='serial0'/>
</console>