From bb61cc02afab66ab8965ced004bdf138b90c2ab6 Mon Sep 17 00:00:00 2001 From: Hector I Gonzalez Date: Tue, 5 Apr 2016 15:27:35 -0500 Subject: [PATCH] Add debug and verbose to user variables Issue with ansible 1.9.x, if there is no custom user variables it will complain. Working around adding this verbose and debug variables uncommented. Change-Id: I5db9424e5f4421f9d0990baf28071f73d52d6fcd Closes-bug: 1563655 --- etc/openstack_deploy/user_variables.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/openstack_deploy/user_variables.yml b/etc/openstack_deploy/user_variables.yml index 81740aebdc..96aa5751d7 100644 --- a/etc/openstack_deploy/user_variables.yml +++ b/etc/openstack_deploy/user_variables.yml @@ -18,6 +18,10 @@ ### the defaults for each role to find additional override options. ### +## Debug and Verbose options. +debug: false +verbose: false + ## Common Ceilometer Overrides # ceilometer_db_type: mongodb # ceilometer_db_ip: localhost