setup.cfg: [extras] for pip-installable driver requirements is out of date
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
In Progress
|
Medium
|
Tushar Trambak Gite |
Bug Description
Change-Id: I2200ce6f554df0
We also maintain driver-
A few things here:
(1) There's an 'all' defined in [extras] that should include all the requirements for all drivers, but it doesn't.
(2) The versions listed in setup.cfg should be the same as driver-
(3) Should probably put a comment in setup.cfg saying what's going on in there, particularly about how to name the section for a new driver (i guess it's the not-fully-qualified module name?)
(4) Check the "new driver review guide" and make sure it mentions setup.cfg
(5) there are instructions somewhere for introducing a new driver, should make sure they mention setup.cfg
(6) need to decide if driver-
(7) Should probably put a comment in driver-
(8) would be nice to have a test to make sure driver-
(9) would be nice to have a job that makes sure all the stuff in setup.cfg is in fact pip-installable
This is a lot of stuff, so feel free to split this up into additional bugs as necessary.
tags: |
added: doc removed: docs |
Changed in cinder: | |
assignee: | Sofia Enriquez (lsofia-enriquez) → nobody |
Changed in cinder: | |
assignee: | nobody → Tushar Trambak Gite (tushargite96) |
Fix proposed to branch: master /review. opendev. org/755647
Review: https:/