| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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 bug #1201699
Change-Id: I51aca3b05866e513cbbb3163df7e5514d99af192
|
|
|
Having this script placed in oslo will let projects avoid implementing
their own sample generation script.
Change-Id: Ifed266ef65aee72da2e16ff30b7bde1e834650da
|