A common provider file storage for local and dummy providers
Bug #837692 reported by
Kapil Thangavelu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
Kapil Thangavelu |
Bug Description
Both the dummy and local dev provider would like to utilize a local disk backed provider filestorage. The implementation currently in the dummy provider should be moved into provider.common for easier reuse by both.
Related branches
lp://qastaging/~hazmat/pyjuju/lib-files
- Gustavo Niemeyer: Approve
- William Reade (community): Needs Fixing
-
Diff: 722 lines (+247/-187)8 files modifiedensemble/formula/tests/test_publisher.py (+4/-3)
ensemble/lib/lxc/__init__.py (+85/-54)
ensemble/lib/lxc/data/ensemble-create (+11/-7)
ensemble/lib/lxc/tests/test_lxc.py (+37/-15)
ensemble/providers/common/files.py (+40/-0)
ensemble/providers/common/tests/test_files.py (+62/-0)
ensemble/providers/dummy.py (+3/-38)
ensemble/providers/tests/test_dummy.py (+5/-70)
Changed in ensemble: | |
assignee: | nobody → Kapil Thangavelu (hazmat) |
tags: | added: local-dev |
Changed in ensemble: | |
milestone: | none → eureka |
status: | New → In Progress |
Changed in ensemble: | |
status: | In Progress → Triaged |
status: | Triaged → Fix Released |
To post a comment you must log in.