Fix name of controller token validation

The `name` metadata key had an uppercase first letter.

Change-Id: Ibf5034ebb5b422c5b822ba2db7bc3d5f0949d947
Closes-Bug: #1714962
This commit is contained in:
Florian Fuchs 2017-09-04 13:52:03 +00:00
parent fc929da043
commit 1d9055449d

View File

@ -2,7 +2,7 @@
- hosts: undercloud, Controller
vars:
metadata:
Name: Verify that keystone admin token is disabled
name: Verify that keystone admin token is disabled
description: >
This validation checks that keystone admin token is disabled on both
undercloud and overcloud controller after deployment.