Deprecate tempest and rally
Per [1]. [1] http://eavesdrop.openstack.org/meetings/kolla/2021/kolla.2021-04-28-15.00.html Change-Id: Ie109d15db1e26e20b78efdb4ab0653d24054820f
This commit is contained in:
parent
9418a39476
commit
b056f54c14
@ -1,2 +1,7 @@
|
||||
---
|
||||
- name: Warn about deprecation
|
||||
debug:
|
||||
msg: >
|
||||
rally role is deprecated and will be removed in Xena
|
||||
|
||||
- include_tasks: "{{ kolla_action }}.yml"
|
||||
|
@ -1,2 +1,7 @@
|
||||
---
|
||||
- name: Warn about deprecation
|
||||
debug:
|
||||
msg: >
|
||||
tempest role is deprecated and will be removed in Xena
|
||||
|
||||
- include_tasks: "{{ kolla_action }}.yml"
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Support for deploying ``tempest`` and ``rally`` is deprecated and
|
||||
will be removed in the Xena cycle.
|
||||
The reason is that these are not services of an OpenStack cloud but
|
||||
its clients.
|
Loading…
Reference in New Issue
Block a user