Merge "Add deprecation note to nova-hyperv role"

This commit is contained in:
Zuul 2020-03-06 11:52:47 +00:00 committed by Gerrit Code Review
commit 1496356139

@ -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"