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
This commit is contained in:
Marc Koderer 2016-01-18 14:01:36 +01:00
parent c4f142fd96
commit 9431ab62af
2 changed files with 2 additions and 2 deletions

View File

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