Add deprecation note to nova-hyperv role

The support of hyperv was deprecated.

Change-Id: I3e1ca3ac0a8bac8ba68911ffb4925c5a474f24dd
This commit is contained in:
Christian Berendt 2020-03-03 19:59:07 +01:00
parent d749b34160
commit e81eed930e
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
---
- name: Warn about deprecation
debug:
msg: >
Nova Hyper-V deployment role is deprecated in Ussuri and will be removed
in Victoria. Please read release notes for more background.
- include_tasks: "{{ kolla_action }}.yml"