From 39e0d19e4291f9f3c6989eeb7c4b5f9b0c96cadc Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 25 Aug 2008 14:56:47 +0000
Subject: [PATCH] Remove references to YAML

I forgot to remove these when converting the QA configuration from YAML
to JSON.

Reviewed-by: ultrotter
---
 INSTALL     | 2 --
 Makefile.am | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 7faf96894..11abbf5d7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,8 +37,6 @@ Before installing, please verify that you have the following programs:
   - pyparsing Python module
     http://pyparsing.wikispaces.com/
 
-For testing, you also need the YAML module for Python (http://pyyaml.org/).
-
 For building from source, you also need tar, gzip or bzip2 and make.
 
 
diff --git a/Makefile.am b/Makefile.am
index c1d7cd7a1..f9682dd6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,7 +146,7 @@ EXTRA_DIST = \
 	man/footer.sgml \
 	$(mansgml) \
 	qa/ganeti-qa.py \
-	qa/qa-sample.yaml \
+	qa/qa-sample.json \
 	qa/qa_cluster.py \
 	qa/qa_config.py \
 	qa/qa_daemon.py \
-- 
GitLab