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',