Skip to content

Commit

Permalink
Hyphens in var names produce warnings (bug 925718)
Browse files Browse the repository at this point in the history
Change-Id: Ib1b81273e2b2ec5e56dead920252684a997ce12d
  • Loading branch information
dolph committed Feb 2, 2012
1 parent 149ac20 commit e60c9d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/keystone.conf
Expand Up @@ -20,7 +20,7 @@ backends = keystone.backends.sqlalchemy

# Dictionary Maps every service to a header.Missing services would get header
# X_(SERVICE_NAME) Key => Service Name, Value => Header Name
service-header-mappings = {
service_header_mappings = {
'nova' : 'X-Server-Management-Url',
'swift' : 'X-Storage-Url',
'cdn' : 'X-CDN-Management-Url'}
Expand Down Expand Up @@ -64,13 +64,13 @@ ca_certs = /etc/keystone/ssl/certs/ca.pem
cert_required = True

#Role that allows to perform admin operations.
keystone-admin-role = admin
keystone_admin_role = admin

#Role that allows to perform service admin operations.
keystone-service-admin-role = KeystoneServiceAdmin
keystone_service_admin_role = KeystoneServiceAdmin

#Tells whether password user need to be hashed in the backend
hash-password = True
hash_password = True

[keystone.backends.sqlalchemy]
# SQLAlchemy connection string for the reference implementation registry
Expand Down

0 comments on commit e60c9d0

Please sign in to comment.