Merge "Enable Block Storage meters"
This commit is contained in:
commit
20aa74bb7a
ansible/roles/cinder/templates
releasenotes/notes
@ -42,6 +42,11 @@ nova_catalog_info = compute:nova:internalURL
|
||||
|
||||
auth_strategy = keystone
|
||||
|
||||
[oslo_messaging_notifications]
|
||||
{% if enable_ceilometer | bool %}
|
||||
driver = messagingv2
|
||||
{% endif %}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ cinder_database_user }}:{{ cinder_database_password }}@{{ cinder_database_address }}/{{ cinder_database_name }}
|
||||
max_retries = -1
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Use [oslo_messaging_notifications]/driver option in cinder.conf
|
||||
to enable block storage meters.
|
Loading…
x
Reference in New Issue
Block a user