Skip to content

Commit 1846383

Browse files
authored
Merge pull request #530 from stackhpc/upstream/2023.1-2024-02-12
Synchronise 2023.1 with upstream
2 parents c23492e + 967aa7a commit 1846383

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ansible/roles/nova-cell/templates/nova.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ compute_driver = libvirt.LibvirtDriver
2626
# Though my_ip is not used directly, lots of other variables use $my_ip
2727
my_ip = {{ api_interface_address }}
2828

29-
{% if enable_ceilometer | bool or enable_designate | bool %}
29+
{% if enable_ceilometer | bool %}
3030
instance_usage_audit = True
3131
instance_usage_audit_period = hour
3232
{% if enable_watcher | bool %}

ansible/roles/nova/templates/nova.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allow_resize_to_same_host = true
1616
# Though my_ip is not used directly, lots of other variables use $my_ip
1717
my_ip = {{ api_interface_address }}
1818

19-
{% if enable_ceilometer | bool or enable_designate | bool %}
19+
{% if enable_ceilometer | bool %}
2020
instance_usage_audit = True
2121
instance_usage_audit_period = hour
2222
{% endif %}

doc/source/reference/storage/external-ceph-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ for Ceph includes the following steps:
7676
.. path /etc/kolla/config/glance.conf
7777
.. code-block:: ini
7878
79-
[GLOBAL]
79+
[DEFAULT]
8080
show_image_direct_url = True
8181
8282
.. warning::
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes enabled usage audit notifications when they
5+
are not needed. See `LP##2049503
6+
<https://bugs.launchpad.net/kolla-ansible/+bug/2049503>`__.

0 commit comments

Comments
 (0)