Skip to content
Snippets Groups Projects
Commit 14776719 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Fix folder creation at quickstart

mkdir to create /etc/kolla/config/nova fails if config
folder is not created.

This change adds `-p` to create both config and nova folders

Change-Id: Ibceaa437834cbba681b30c418da3c15d75d49945
parent 21e89488
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@ the content shown below.
::
mkdir /etc/kolla/config/nova
mkdir -p /etc/kolla/config/nova
cat << EOF > /etc/kolla/config/nova/nova-compute.conf
[libvirt]
virt_type = qemu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment