Browse code

Hyphens in var names produce warnings (bug 925718)

Change-Id: Ib1b81273e2b2ec5e56dead920252684a997ce12d

Dolph Mathews authored on 2012/02/03 06:02:23
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@ backends = keystone.backends.sqlalchemy
20 20
 
21 21
 # Dictionary Maps every service to a header.Missing services would get header
22 22
 # X_(SERVICE_NAME) Key => Service Name, Value => Header Name
23
-service-header-mappings = {
23
+service_header_mappings = {
24 24
 	'nova' : 'X-Server-Management-Url',
25 25
 	'swift' : 'X-Storage-Url',
26 26
 	'cdn' : 'X-CDN-Management-Url'}
... ...
@@ -64,13 +64,13 @@ ca_certs = /etc/keystone/ssl/certs/ca.pem
64 64
 cert_required = True
65 65
 
66 66
 #Role that allows to perform admin operations.
67
-keystone-admin-role = admin
67
+keystone_admin_role = admin
68 68
 
69 69
 #Role that allows to perform service admin operations.
70
-keystone-service-admin-role = KeystoneServiceAdmin
70
+keystone_service_admin_role = KeystoneServiceAdmin
71 71
 
72 72
 #Tells whether password user need to be hashed in the backend
73
-hash-password = True
73
+hash_password = True
74 74
 
75 75
 [keystone.backends.sqlalchemy]
76 76
 # SQLAlchemy connection string for the reference implementation registry