Moved keystone config to conf file

Change-Id: I7b067ebca2aae662f40c633c5d62ccef6f69f75f
This commit is contained in:
Serg Melikyan 2013-08-19 13:12:04 +04:00
parent b4683fa6d2
commit 9b20e9a725
2 changed files with 11 additions and 7 deletions

View File

@ -11,10 +11,3 @@ paste.filter_factory = muranoapi.api.middleware.context:ContextMiddleware.factor
#http://docs.openstack.org/developer/keystone/configuringservices.html
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
auth_host = localhost
auth_port = 35357
auth_protocol = http
admin_tenant_name = admin
admin_user = admin
admin_password = password
signing_dir = /tmp/keystone-signing-muranoapi

View File

@ -64,3 +64,14 @@ virtual_host = /
# CA certificate file to use to verify connecting clients
#ca_file = /path/to/cafile
#For more information see Auth-Token Middleware with Username and Password
#http://docs.openstack.org/developer/keystone/configuringservices.html
[keystone_authtoken]
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
admin_tenant_name = admin
admin_user = admin
admin_password = swordfish
signing_dir = /tmp/keystone-signing-muranoapi