Fix the incorrect cirros default password
Following by https://docs.openstack.org/image-guide/obtain-images.html#cirros-test Change-Id: Iee3b90900e238b717020c4b7f32e5a5f346bef95
This commit is contained in:
parent
57e9a5d34c
commit
24bb7ea831
@ -35,7 +35,7 @@ from novaclient.v2 import networks
|
|||||||
import novaclient.v2.shell
|
import novaclient.v2.shell
|
||||||
|
|
||||||
BOOT_IS_COMPLETE = ("login as 'cirros' user. default password: "
|
BOOT_IS_COMPLETE = ("login as 'cirros' user. default password: "
|
||||||
"'cubswin:)'. use 'sudo' for root.")
|
"'gocubsgo'. use 'sudo' for root.")
|
||||||
|
|
||||||
|
|
||||||
def is_keystone_version_available(session, version):
|
def is_keystone_version_available(session, version):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user