File openstack-keystone.patch of Package openstack-keystone
--- etc/keystone.conf
+++ etc/keystone.conf
@@ -1,6 +1,6 @@
[DEFAULT]
# Show more verbose log output (sets INFO log level output)
-verbose = False
+verbose = True
# Show debugging output in logs (sets DEBUG log level output)
debug = False
@@ -12,7 +12,7 @@
# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
-log_file = keystone.log
+log_file = /var/log/keystone/keystone.log
# List of backends to be configured
backends = keystone.backends.sqlalchemy
@@ -39,7 +39,7 @@
admin_port = 35357
#Role that allows to perform admin operations.
-keystone-admin-role = Admin
+keystone-admin-role = KeystoneAdmin
#Role that allows to perform service admin operations.
keystone-service-admin-role = KeystoneServiceAdmin
@@ -51,7 +51,7 @@
# SQLAlchemy connection string for the reference implementation registry
# server. Any valid SQLAlchemy connection string is fine.
# See: http://bit.ly/ideIpI
-sql_connection = sqlite:///keystone.db
+sql_connection = sqlite:////var/lib/keystone/keystone.db
backend_entities = ['UserRoleAssociation', 'Endpoints', 'Role', 'Tenant',
'User', 'Credentials', 'EndpointTemplates', 'Token',
'Service']