summaryrefslogtreecommitdiffstats
path: root/tools/config
Commit message (Collapse)AuthorAgeFilesLines
* Unset OS_xx variable before generate configurationMehdi Abaakouk2013-08-141-0/+3
| | | | | | | | | | | When generate_sample.sh generate the configuration of the keystone middleware part, it use OS_XXXXX environment variable if this one is set instead of the default one. This change unset this variables, before generate_sample.sh inspect the code to always have the default value. Change-Id: I4f41eece3d93633fcc07274f533adfa1887325fc
* Import config file generator module from python pathZhongyue Luo2013-07-221-2/+2
| | | | | | | | | | | The sample config file generator will be executed in each project's virtualenv after being copied using the update.py module. Therefore accessing the generator module would not work the current way of using relative paths. This patch executes the generator module by directly importing it. The update.py will update the module path when copying to each project. Change-Id: Id40422ae170935d2fc1c7443eee4b31161b7d3d3
* Fixes path to add on PYTHONPATH in generate_sample.shZhongyue Luo2013-07-161-1/+1
| | | | | | Fixes bug #1201699 Change-Id: I51aca3b05866e513cbbb3163df7e5514d99af192
* Adds sample config file generation scriptZhongyue Luo2013-06-252-0/+81
Having this script placed in oslo will let projects avoid implementing their own sample generation script. Change-Id: Ifed266ef65aee72da2e16ff30b7bde1e834650da