Make devstack plugin set serial_log_dir in nova.conf
The Nova patch which adds 'serial_log_dir' is still under review but we want to set it in the devstack plugin. This will enable dowstream developers to run tempest tests for the console output feature. Change-Id: I4e70ebe517a28a7e6a1d4e782d21b495fb484523
This commit is contained in:
parent
7ce7ead127
commit
622f7f9ea6
@ -47,6 +47,7 @@ function configure_vspc {
|
||||
PROXY_URI="telnets://$SERVICE_HOST:$VSPC_PORT#thumbprint=$THUMBPRINT"
|
||||
iniset $NOVA_CONF vmware serial_port_service_uri "$VSPC_URI"
|
||||
iniset $NOVA_CONF vmware serial_port_proxy_uri "$PROXY_URI"
|
||||
iniset $NOVA_CONF vmware serial_log_dir "$VSPC_LOG_DIR"
|
||||
}
|
||||
|
||||
function start_vspc {
|
||||
|
Loading…
Reference in New Issue
Block a user