Comment 2 for bug 1628895

Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :

Sorry, make a typo

mkdir -p /etc/kolla/config/nova/<hostname>

cat <<EOF > /etc/kolla/config/nova/<hostname>/nova.conf
[DEFAULT]
debug = True

EOF

the related code is here[0]

[0] https://github.com/openstack/kolla/blob/master/ansible/roles/nova/tasks/config.yml#L46,L67