![Harm Weites](/assets/img/avatar_default.png)
Partially Implements: Blueprint standard-start Change-Id: I40a863161bee779a944e9388a1ad7d5d0e7adba7
12 lines
204 B
Bash
Executable File
12 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
. /opt/kolla/config-nova.sh
|
|
|
|
cfg=/etc/nova/nova.conf
|
|
|
|
crudini --set $cfg DEFAULT log_file "${NOVA_CONSOLEAUTH_LOG_FILE}"
|
|
|
|
echo Starting nova-consoleauth
|
|
exec /usr/bin/nova-consoleauth
|