Added debug variable support

Change-Id: I1376470ed942639b317547e06304b15a491024cd
This commit is contained in:
Adrien Cunin 2017-04-19 17:25:16 +02:00 committed by Jimmy McCrory
parent 09f4810b2f
commit 3469c8982a
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
## Verbosity Options
debug: False
# Set the package install state for distribution and pip packages
# Options are 'present' and 'latest'
magnum_package_state: "latest"

View File

@ -1,6 +1,7 @@
[DEFAULT]
# Disable stderr logging
use_stderr = False
debug = {{ debug }}
host = {{ ansible_host }}
rpc_backend = {{ magnum_rpc_backend }}