Merge "Ensure we set compute upgrade_level"

This commit is contained in:
Zuul
2020-01-07 11:36:47 +00:00
committed by Gerrit Code Review
5 changed files with 15 additions and 0 deletions

View File

@@ -166,6 +166,9 @@ vendordata_jsonfile_path = /etc/nova/vendor_data.json
{% endfor -%}
{% endif %}
[upgrade_levels]
compute = auto
{% include "section-zeromq" %}
{% include "parts/database-v2" %}

View File

@@ -163,6 +163,9 @@ volume_api_class=nova.volume.cinder.API
{% endfor -%}
{% endif %}
[upgrade_levels]
compute = auto
{% include "section-zeromq" %}
{% include "parts/database-v2" %}

View File

@@ -123,6 +123,9 @@ volume_api_class=nova.volume.cinder.API
{% endfor -%}
{% endif %}
[upgrade_levels]
compute = auto
{% include "section-zeromq" %}
{% include "parts/database-v2" %}

View File

@@ -124,6 +124,9 @@ volume_api_class=nova.volume.cinder.API
{% endfor -%}
{% endif %}
[upgrade_levels]
compute = auto
{% include "section-zeromq" %}
{% include "parts/database-v2" %}

View File

@@ -130,6 +130,9 @@ volume_api_class=nova.volume.cinder.API
{% endfor -%}
{% endif %}
[upgrade_levels]
compute = auto
{% include "section-zeromq" %}
{% include "parts/database-v2" %}