Skip to content
Snippets Groups Projects
Commit 9431ab62 authored by Marc Koderer's avatar Marc Koderer
Browse files

Rename bootstrap.sh to centos-bootstrap.sh

Since Ubuntu and Centos are both valid options it's better
to list their names in both bootstrap files

Trivial-fix

Change-Id: Ie8179403ba550ff61a45aa936fb87e02b9f74861
parent c4f142fd
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ PROVIDER_DEFAULTS ||= {
bridge_interface: "virbr0",
vagrant_shared_folder: "/home/vagrant/sync",
sync_method: "nfs",
provision_script: "bootstrap.sh",
provision_script: "centos-bootstrap.sh",
kolla_path: "/home/vagrant/kolla"
}
},
......@@ -36,7 +36,7 @@ PROVIDER_DEFAULTS ||= {
bridge_interface: "wlp3s0b1",
vagrant_shared_folder: "/vagrant",
sync_method: "virtualbox",
provision_script: "bootstrap.sh",
provision_script: "centos-bootstrap.sh",
kolla_path: "/home/vagrant/kolla"
},
ubuntu: {
......
File moved
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