diff --git a/libvirt/README.rst b/libvirt/README.rst index 2564cf3..5ae65b4 100644 --- a/libvirt/README.rst +++ b/libvirt/README.rst @@ -28,9 +28,9 @@ an interactive shell that configures everything. Here's an example:: export EXTERNAL_NETWORK=172.30.20.0/24 export EXTERNAL_IP=172.30.20.1/24 -Using ``source ./readconfig.sh madcloud.yaml`` also sets the madcloud -environment variables. Use ``default.yaml`` or ``madcloud.yaml`` as -templates to make custom configurations. +Using ``source ./readconfig.sh yaml/madcloud.yaml`` also sets the madcloud +environment variables. Use ``yaml/default.yaml`` or ``yaml/madcloud.yaml`` +as templates to make custom configurations. Networking ---------- diff --git a/libvirt/default.yaml b/libvirt/yaml/default.yaml old mode 100755 new mode 100644 similarity index 100% rename from libvirt/default.yaml rename to libvirt/yaml/default.yaml diff --git a/libvirt/madcloud.yaml b/libvirt/yaml/madcloud.yaml similarity index 100% rename from libvirt/madcloud.yaml rename to libvirt/yaml/madcloud.yaml