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
This commit is contained in:
Eduardo Gonzalez 2017-04-25 16:39:35 +02:00
parent 21e8948839
commit 14776719e8

View File

@ -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