Comment 1 for bug 1544888

Revision history for this message
Donny Davis (donny-g) wrote :

Try this

In cinder.conf

[keystone_authtoken]

#
# From keystonemiddleware.auth_token
#

# Complete public Identity API endpoint. (string value)
auth_uri = http://$YOURIP:5000/v3
auth_plugin = password
auth_url = http://$ADMINIP:35357
username = cinder
password = notsharing
project_name = services

in vi /etc/cinder/api-paste.ini
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_plugin = password
auth_url = http://$ADMINIP:35357
username = cinder
password=stillnottelling
project_name = services
user_domain_name = Default
project_domain_name = Default

Seems to be working for me