mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-05 15:55:24 -04:00
openstack: prepare for normal users (#2899)
* image: disable serial console autologin on OpenStack * cli: remove requirement for CONSTELLATION_OPENSTACK_DEV env var
This commit is contained in:
parent
5b73d48bdd
commit
dba835bdf4
3 changed files with 0 additions and 5 deletions
|
@ -27,7 +27,6 @@ import (
|
|||
)
|
||||
|
||||
func TestApplier(t *testing.T) {
|
||||
t.Setenv("CONSTELLATION_OPENSTACK_DEV", "1")
|
||||
failOnNonAMD64 := (runtime.GOARCH != "amd64") || (runtime.GOOS != "linux")
|
||||
ip := "192.0.2.1"
|
||||
configWithProvider := func(provider cloudprovider.Provider) *config.Config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue