Drop cloud layer methods for Senlin

Rework of the cloud layer showed this was not working properly and tests
even verifying wrong things. Due to the big amount of effort required to
fix things and most likely nobody using it (this code is not really
usable now) drop it (comment-out). python-senlinclient is using direclty
proxy layer (correct), Ansible modules for senlin not existing - no
direct negative impact is visible.
If anybody is interested in getting it back - the code is there and can
be uncommented and fixed.

Change-Id: I198eed8454fd8ae2ce8fbd70e3562c9f15db7445
This commit is contained in:
Artem Goncharov 2021-05-20 10:18:06 +02:00 committed by Artem Goncharov
parent c7c0c26a39
commit c6177a472b
3 changed files with 1107 additions and 1154 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Cloud layer operations for Senlin service are dropped due to big amount of bugs there.