From 0b6831cd06d9d93b395f5d90f7d287f4aed300f6 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Tue, 14 Oct 2014 15:17:57 +0000 Subject: [PATCH] Fix amulet tests --- tests/basic_deployment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index 7c272af5..345e99e2 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -451,7 +451,8 @@ class NovaCCBasicDeployment(OpenStackAmuletDeployment): 'libvirt_use_virtio_for_bridges': 'True', 'connection_type': 'libvirt', 'root_helper': 'sudo nova-rootwrap /etc/nova/rootwrap.conf', - 'verbose': 'True', + 'verbose': 'False', + 'debug': 'False', 'ec2_private_dns_show_ip': 'True', 'api_paste_config': '/etc/nova/api-paste.ini', 'volumes_path': '/var/lib/nova/volumes',