Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cinder.conf defaults #257

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates/cinder/config/00-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ auth_strategy = keystone
# For now rely on checking the catalog info
# glance_api_servers=http://glanceapi.openstack.svc:9292/
glance_catalog_info = image:glance:internalURL
allowed_direct_url_schemes = cinder
storage_availability_zone = nova
default_availability_zone = nova
# TODO: should we create our own default type?
Expand Down Expand Up @@ -62,7 +63,7 @@ user_domain_name = Default
project_name = service
username = {{ .ServiceUser }}
password = {{ .ServicePassword }}
#service_token_roles_required = true
service_token_roles_required = true
interface = internal

[nova]
Expand Down