
Mac OS X exports LC_CTYPE=UTF-8 to our ssh environment which makes the keystone install fail (results in a Python traceback complaining about "unknown locale: UTF-8"). This patch uses LC_ALL=C to override all locale settings. The previous, limited work-arounds for neutron are no longer needed and removed. Change-Id: Ic7a2f5547fc4bd5d512da5197e48366c83c21c24
All scripts in this directory run within the VMs.
They install and configure OpenStack components and any other required software (such as databases).
Before these generic scripts run, scripts from the osbash (or vagrant, depending on the installation method) subdirectory set up the VM and configure basic networking.