commit | 903857b4ef01b577db2cbcf3ea9a9b194dede21c | [log] [tgz] |
---|---|---|
author | Stefan Miklosovic <smiklosovic@apache.org> | Thu Jun 29 17:30:02 2023 +0200 |
committer | Stefan Miklosovic <smiklosovic@apache.org> | Fri Jul 14 12:38:30 2023 +0200 |
tree | f4dd6901e4a63b2505aaa3b35bb737c9533f0563 | |
parent | 6f486f584737fb06f80f32844603e5c68f0a7f06 [diff] |
Deprecate CloudstackSnitch and remove duplicate code in snitches The patch also refactors existing cloud snitches to get rid of the duplicate code, this is the logical follow-up of CASSANDRA-16555 where AbstractCloudMetadataServiceConnector was introduced. patch by Stefan Miklosovic; reviewed by Jacek Lewandowski, Jackson Fleming and Maxwell Guo for CASSANDRA-18438