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
Try this
In cinder.conf
[keystone_ authtoken]
# are.auth_ token
# From keystonemiddlew
#
# Complete public Identity API endpoint. (string value) $YOURIP: 5000/v3 $ADMINIP: 35357
auth_uri = http://
auth_plugin = password
auth_url = http://
username = cinder
password = notsharing
project_name = services
in vi /etc/cinder/ api-paste. ini factory = keystonemiddlew are.auth_ token:filter_ factory $ADMINIP: 35357 stillnottelling
[filter:authtoken]
paste.filter_
auth_plugin = password
auth_url = http://
username = cinder
password=
project_name = services
user_domain_name = Default
project_domain_name = Default
Seems to be working for me