Michael Hanselmann (6):
  Add new /2/features RAPI resource
  rapi.baserlib: Add function to enforce type
  Mention RAPI client in documentation
  RAPI: Add new request data format for instance creation
  RAPI client: Implement instance creation
  QA: Test instance creation/deletion via RAPI client

 Makefile.am                         |    1 +
 doc/rapi.rst                        |   69 +++++++++++++
 lib/rapi/baserlib.py                |   63 +++++++++++--
 lib/rapi/client.py                  |   76 ++++++++++++++-
 lib/rapi/connector.py               |    1 +
 lib/rapi/rlib2.py                   |  119 ++++++++++++++++++++++-
 qa/ganeti-qa.py                     |   10 +-
 qa/qa_rapi.py                       |   56 ++++++++---
 test/ganeti.rapi.client_unittest.py |   48 +++++++++-
 test/ganeti.rapi.rlib2_unittest.py  |  184 +++++++++++++++++++++++++++++++++++
 10 files changed, 591 insertions(+), 36 deletions(-)
 create mode 100755 test/ganeti.rapi.rlib2_unittest.py

Reply via email to