fix: fix cirros version in e2e config
Remove cirros version in the e2e config file, the cirros version relies on the devstack, when devstack changes the default cirros version, the e2e will be failed. The image select table which is used to create instance support fuzzy search image name, use cirros will be ok. Change-Id: I4d9446313dca44040522356ca7551884332434ce
This commit is contained in:
parent
e0e0a49e8e
commit
b0101e8a6f
@ -8,7 +8,7 @@ env:
|
||||
usernameAdmin: e2e-admin
|
||||
passwordAdmin: passW0rdY_
|
||||
userIsRegisted: true
|
||||
imageName: cirros-0.6.1-x86_64-disk
|
||||
imageName: cirros
|
||||
imageType: Others
|
||||
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
||||
imageCanChangePassword: false
|
||||
|
@ -8,7 +8,7 @@ env:
|
||||
usernameAdmin: e2e-admin
|
||||
passwordAdmin: passW0rdY_
|
||||
userIsRegisted: true
|
||||
imageName: cirros-0.6.1-x86_64-disk
|
||||
imageName: cirros
|
||||
imageType: Others
|
||||
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
||||
imageCanChangePassword: false
|
||||
|
@ -8,7 +8,7 @@ env:
|
||||
usernameAdmin: e2e-admin
|
||||
passwordAdmin: passW0rdY_
|
||||
userIsRegisted: true
|
||||
imageName: cirros-0.6.1-x86_64-disk
|
||||
imageName: cirros
|
||||
imageType: Others
|
||||
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
||||
imageCanChangePassword: false
|
||||
|
@ -8,7 +8,7 @@ env:
|
||||
usernameAdmin: e2e-admin
|
||||
passwordAdmin: passW0rdY_
|
||||
userIsRegisted: true
|
||||
imageName: cirros-0.6.1-x86_64-disk
|
||||
imageName: cirros
|
||||
imageType: Others
|
||||
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
||||
imageCanChangePassword: false
|
||||
|
@ -7,7 +7,7 @@ env:
|
||||
usernameAdmin: e2e-admin
|
||||
passwordAdmin: passW0rdY_
|
||||
userIsRegisted: true
|
||||
imageName: cirros-0.6.1-x86_64-disk
|
||||
imageName: cirros
|
||||
imageType: Others
|
||||
imageFile: null
|
||||
imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
|
||||
|
Loading…
x
Reference in New Issue
Block a user