Skip to content
Snippets Groups Projects
Commit a02bcdca authored by Michal Jastrzebski's avatar Michal Jastrzebski
Browse files

Change nova-compute upgrade level to auto

As part of upgrade process we need new services to detect what is the oldest
version running on compute nodes.

Change-Id: Id65f2bc765828054bf5d5562de27255031254821
Partially-Implements: blueprint upgrade-nova
parent 395dce52
No related branches found
No related tags found
No related merge requests found
...@@ -142,3 +142,6 @@ disk_cachemodes="network=writeback" ...@@ -142,3 +142,6 @@ disk_cachemodes="network=writeback"
live_migration_flag="VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST,VIR_MIGRATE_TUNNELLED" live_migration_flag="VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST,VIR_MIGRATE_TUNNELLED"
hw_disk_discard = unmap hw_disk_discard = unmap
{% endif %} {% endif %}
[upgrade_levels]
compute = auto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment