Merge lp://staging/~zyga/lava-core/env-stub into lp://staging/lava-core
Proposed by
Zygmunt Krynicki
Status: | Merged |
---|---|
Merged at revision: | 7 |
Proposed branch: | lp://staging/~zyga/lava-core/env-stub |
Merge into: | lp://staging/lava-core |
Diff against target: |
65 lines (+60/-0) 1 file modified
lava/core/environment.py (+60/-0) |
To merge this branch: | bzr merge lp://staging/~zyga/lava-core/env-stub |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Zygmunt Krynicki (community) | Approve | ||
Review via email: mp+104880@code.staging.launchpad.net |
Description of the change
This branch adds the stub environment class. To quote the commit message:
Environment is a json-document Document that wraps the entire lava
configuration. Subsequent patches will add more functionality, as needed by
other parts of core. Note: this environment will eventually replace
settings.conf from lava-server.
To post a comment you must log in.
I'm self-approving this as there is no interesting code apart from the general concept