Updated to be in sync with devstack v1 updates.
This commit is contained in:
parent
7475b3197d
commit
0752756c0a
@ -1,11 +1,12 @@
|
|||||||
# From commit 30439a6dc4
|
# From commit fcd135252b
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
|
||||||
# Show more verbose log output (sets INFO log level output)
|
# Show more verbose log output (sets INFO log level output)
|
||||||
verbose = True
|
verbose = False
|
||||||
|
|
||||||
# Show debugging output in logs (sets DEBUG log level output)
|
# Show debugging output in logs (sets DEBUG log level output)
|
||||||
debug = True
|
debug = False
|
||||||
|
|
||||||
# Which backend store should Keystone use by default.
|
# Which backend store should Keystone use by default.
|
||||||
# Default: 'sqlite'
|
# Default: 'sqlite'
|
||||||
@ -22,7 +23,7 @@ backends = keystone.backends.sqlalchemy
|
|||||||
|
|
||||||
# Dictionary Maps every service to a header.Missing services would get header
|
# Dictionary Maps every service to a header.Missing services would get header
|
||||||
# X_(SERVICE_NAME) Key => Service Name, Value => Header Name
|
# X_(SERVICE_NAME) Key => Service Name, Value => Header Name
|
||||||
service-header-mappings = {
|
service_header_mappings = {
|
||||||
'nova' : 'X-Server-Management-Url',
|
'nova' : 'X-Server-Management-Url',
|
||||||
'swift' : 'X-Storage-Url',
|
'swift' : 'X-Storage-Url',
|
||||||
'cdn' : 'X-CDN-Management-Url'}
|
'cdn' : 'X-CDN-Management-Url'}
|
||||||
@ -66,13 +67,13 @@ ca_certs = /etc/keystone/ssl/certs/ca.pem
|
|||||||
cert_required = True
|
cert_required = True
|
||||||
|
|
||||||
#Role that allows to perform admin operations.
|
#Role that allows to perform admin operations.
|
||||||
keystone-admin-role = admin
|
keystone_admin_role = admin
|
||||||
|
|
||||||
#Role that allows to perform service admin operations.
|
#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
|
#Tells whether password user need to be hashed in the backend
|
||||||
hash-password = True
|
hash_password = True
|
||||||
|
|
||||||
[keystone.backends.sqlalchemy]
|
[keystone.backends.sqlalchemy]
|
||||||
# SQLAlchemy connection string for the reference implementation registry
|
# SQLAlchemy connection string for the reference implementation registry
|
||||||
@ -112,3 +113,4 @@ paste.filter_factory = keystone.frontends.legacy_token_auth:filter_factory
|
|||||||
|
|
||||||
[filter:debug]
|
[filter:debug]
|
||||||
paste.filter_factory = keystone.common.wsgi:debug_filter_factory
|
paste.filter_factory = keystone.common.wsgi:debug_filter_factory
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user