Fix typo on undercloud_key defaults

OVB errors with 'undercloud_key' is undefined.
This review fixes the typo in the defaults key.

Change-Id: I76ea4f37accab63e4351de32f7641b3f086f97ac
This commit is contained in:
Ronelle Landy 2016-11-28 12:41:15 -05:00
parent 7097904948
commit c494242b92
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ stack_name: 'oooq-{{ prefix }}stack'
rc_file: /home/stack/overcloudrc
node_name: 'undercloud'
ssh_extra_args: '-F "{{ local_working_dir }}/ssh.config.ansible"'
undercoud_key: "{{ local_working_dir }}/id_rsa_undercloud"
undercloud_key: "{{ local_working_dir }}/id_rsa_undercloud"
node_groups:
- 'undercloud'
- 'tester'