Add authentication for [cinder] section of nova.conf
Nova complains about an inability to access endpoint list for block storage. This patch updates nova.conf with the respective configuration.: Example errors in nova-compute log: 1. The [cinder] section of your nova configuration file must be configured for authentication with the block-storage service endpoint. 2. Delete attachment failed for attachment <UUID>. Error: Unknown auth type: None (HTTP 401) Code: 401: cinderclient.exceptions.Unauthorized: Unknown auth type: None (HTTP 401) Change-Id: I4c1ae32ed078a4412ff44b7ac3f921b223d0cba3
This commit is contained in:
parent
b0fcbce66f
commit
69df45b068
@ -78,6 +78,7 @@ memcache_servers = {{ nova_cache_servers }}
|
||||
[cinder]
|
||||
catalog_info = volumev3:cinderv3:internalURL
|
||||
os_region_name = {{ nova_service_region }}
|
||||
auth_section = keystone_authtoken
|
||||
|
||||
{% if nova_console_type == 'spice' %}
|
||||
[spice]
|
||||
|
Loading…
Reference in New Issue
Block a user