[16.0][ADD] storage_backend_environment: make server_environment an optional dependency - #576
[16.0][ADD] storage_backend_environment: make server_environment an optional dependency#576yankinmax wants to merge 3 commits into
Conversation
beb3aa3 to
0cfb599
Compare
| "development_status": "Production/Stable", | ||
| "installable": True, | ||
| "depends": ["storage_backend", "server_environment"], | ||
| "auto_install": True, |
There was a problem hiding this comment.
same questions than other PRs.
Is it enough to get it automatically installed on environments where image_tag was already instealled and it only gets an update? or do we need a migration script?
|
@yankinmax The issue is for V19. Here you are on a stable release. Do you plan to still use these storage addons in the future? You've new alternatives with the fs_* addons. |
The idea was to adapt all the modules that have a direct |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
PR is aimed to remove
server_environmentdependency fromstorage_backendin the scope of this issue: