Update comment documentation

It says 'secret' => 's3cr3t', but the actual key is 'secret_key'.

Change-Id: Ia7d8efdd3234347e0e2b04e61745c621a5b957b7
This commit is contained in:
Rushi Agrawal 2014-12-04 00:13:58 +05:30
parent 67f6c4f4a2
commit b624973279
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
# === Examples
#
# class { 'horizon':
# secret => 's3cr3t',
# secret_key => 's3cr3t',
# keystone_url => 'https://10.0.0.10:5000/v2.0',
# available_regions => [
# ['http://region-1.example.com:5000/v2.0', 'Region-1'],