remove deprecated constellation create flags (#2325)

* chore: clean-up TODOs

* cli: make OpenStack error explicit

* cli: remove deprecated flags

* config: require DeployCSIDriver field
This commit is contained in:
3u13r 2023-09-08 21:15:02 +02:00 committed by GitHub
parent 5960025da7
commit a25c90e9bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 56 additions and 134 deletions

View file

@ -18,7 +18,6 @@ cc_test(
],
"//conditions:default": [],
}),
# TODO support OpenSSL on Mac
target_compatible_with = [
"@platforms//os:linux",
],
@ -27,7 +26,6 @@ cc_test(
build_test(
name = "build_test",
# TODO support OpenSSL on Mac
target_compatible_with = [
"@platforms//os:linux",
],