Closed
Bug 659135
Opened 14 years ago
Closed 14 years ago
Set up initenv to be more flexible than just having an auth object
Categories
(Cloud Services :: Server: Core, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: telliott, Unassigned)
References
Details
Attachments
(1 file)
1.67 KB,
patch
|
tarek
:
review+
|
Details | Diff | Splinter Review |
The initenv in support.py currently sets up the environment by parsing the configs, then setting up an auth object from config. As various projects start to require more than just an auth object, it would be good if the initenv could be told to load other classes from config as well so that those could be tested as needed
Reporter | ||
Comment 1•14 years ago
|
||
Attachment #535136 -
Flags: review?(tarek)
Comment 2•14 years ago
|
||
What's load_and_configure ? it seems to be missing from the patch
Reporter | ||
Comment 3•14 years ago
|
||
It's the bit in the other patch I'm still waiting for review on. Bug 659136
Comment 4•14 years ago
|
||
Comment on attachment 535136 [details] [diff] [review]
Adds the ability to add arbitrary extra env classes to the environ
Review of attachment 535136 [details] [diff] [review]:
-----------------------------------------------------------------
looks good. two warnings to fix
services/tests/support.py:47:1: E302 expected 2 blank lines, found 1
services/tests/support.py:83:80: E501 line too long (80 characters)
Attachment #535136 -
Flags: review?(tarek) → review+
Reporter | ||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•