Skip to content

Commit

Permalink
Change ca to uppercase in keystone.conf
Browse files Browse the repository at this point in the history
Change-Id: I1dfabddee087cf2052f2595b30bc69ad995f1220
  • Loading branch information
rodrigods committed Oct 31, 2014
1 parent 3d9184b commit fe13dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/keystone.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@
# Path of the keyfile for SSL. (string value)
#keyfile=/etc/keystone/ssl/private/keystonekey.pem

# Path of the ca cert file for SSL. (string value)
# Path of the CA cert file for SSL. (string value)
#ca_certs=/etc/keystone/ssl/certs/ca.pem

# Path of the CA key file for SSL. (string value)
Expand Down
2 changes: 1 addition & 1 deletion keystone/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
help='Path of the keyfile for SSL.'),
cfg.StrOpt('ca_certs',
default='/etc/keystone/ssl/certs/ca.pem',
help='Path of the ca cert file for SSL.'),
help='Path of the CA cert file for SSL.'),
cfg.StrOpt('ca_key',
default='/etc/keystone/ssl/private/cakey.pem',
help='Path of the CA key file for SSL.'),
Expand Down

0 comments on commit fe13dc1

Please sign in to comment.