1
0
mirror of https://github.com/rancher/os.git synced 2025-07-31 06:32:09 +00:00

Fix OpenStack console log problem #1094

This commit is contained in:
Sébastien Prud'homme 2017-06-15 09:16:51 +02:00
parent d52b995450
commit 4551278b99

View File

@ -47,7 +47,7 @@ itest:
qcows:
cp dist/artifacts/rancheros.iso scripts/images/openstack/
cd scripts/images/openstack && \
APPEND="console=tty1 printk.devkmsg=on rancher.autologin=ttyS0" \
APPEND="console=tty1 console=ttyS0,115200n8 printk.devkmsg=on rancher.autologin=ttyS0" \
NAME=openstack ../../../.dapper
cd scripts/images/openstack && \
APPEND="console=tty1 rancher.debug=true printk.devkmsg=on notsc clocksource=kvm-clock rancher.network.interfaces.eth0.ipv4ll rancher.cloud_init.datasources=[digitalocean] rancher.autologin=tty1 rancher.autologin=ttyS0" \