Reviewed by: Archana Singh <archus@linux.vnet.ibm.com>


On 09/13/2016 01:29 PM, sureshab@linux.vnet.ibm.com wrote:
From: Suresh Babu Angadi <sureshab@in.ibm.com>

v1-v2: provided detailed commit message and reduced number of patches

In case of s390x architecture, console type can be
either virtio/sclp. Extended current code to support
console configuration in case of s390x

this patch set provides option to configure 'console'
parameter for templates and vms api when running on 
's390x' architecture


Suresh Babu Angadi (2):
  added 'console' parameter to templates api for s390x
  added 'console' parameter to vms api for s390x

 API.json             | 24 ++++++++++++++---
 control/templates.py |  1 +
 i18n.py              |  4 +++
 model/templates.py   |  6 +++++
 model/vms.py         | 75 +++++++++++++++++++++++++++++++++++-----------------
 osinfo.py            |  4 +++
 xmlutils/serial.py   |  5 +++-
 7 files changed, 91 insertions(+), 28 deletions(-)