Formula state should carry a referenced to a download url
Bug #761053 reported by
Kapil Thangavelu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Low
|
Kapil Thangavelu |
Bug Description
so we can bypass provider.storage and we don't have access to the environment config to download a formula.
Related branches
lp://qastaging/~hazmat/pyjuju/formula-state-with-url
- Benjamin Saller (community): Approve
- Gustavo Niemeyer: Approve
-
Diff: 494 lines (+122/-30)15 files modifiedMakefile (+2/-2)
ensemble/formula/publisher.py (+6/-2)
ensemble/formula/tests/test_publisher.py (+14/-6)
ensemble/providers/dummy.py (+5/-0)
ensemble/providers/ec2/files.py (+30/-0)
ensemble/providers/ec2/tests/common.py (+2/-0)
ensemble/providers/ec2/tests/test_files.py (+21/-0)
ensemble/providers/orchestra/files.py (+3/-0)
ensemble/providers/orchestra/tests/test_files.py (+5/-0)
ensemble/providers/tests/test_dummy.py (+4/-0)
ensemble/state/formula.py (+17/-7)
ensemble/state/tests/test_formula.py (+9/-9)
ensemble/state/tests/test_machine.py (+1/-1)
ensemble/state/tests/test_relation.py (+1/-1)
ensemble/state/tests/test_service.py (+2/-2)
Changed in ensemble: | |
milestone: | none → budapest |
importance: | Undecided → Medium |
Changed in ensemble: | |
importance: | Medium → High |
milestone: | budapest → dublin |
Changed in ensemble: | |
assignee: | nobody → Kapil Thangavelu (hazmat) |
status: | New → In Progress |
Changed in ensemble: | |
milestone: | dublin → eureka |
Changed in ensemble: | |
importance: | High → Low |
tags: | added: security |
Changed in ensemble: | |
status: | In Progress → Fix Released |
To post a comment you must log in.