mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-01 12:34:27 -04:00
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:
parent
5960025da7
commit
a25c90e9bb
14 changed files with 56 additions and 134 deletions
|
@ -21,7 +21,6 @@ import (
|
|||
)
|
||||
|
||||
func TestCreator(t *testing.T) {
|
||||
// TODO(malt3): remove once OpenStack is fully supported.
|
||||
t.Setenv("CONSTELLATION_OPENSTACK_DEV", "1")
|
||||
failOnNonAMD64 := (runtime.GOARCH != "amd64") || (runtime.GOOS != "linux")
|
||||
ip := "192.0.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue