Packstack should leverage PBR for setup, move OPM installation outside of setup.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Packstack |
Fix Released
|
Critical
|
Alan Pevec |
Bug Description
Packstack doesn't use PBR right now:
https:/
And it sets up OPM from source by cloning it right from the setup.py:
https:/
We should transition to a setup.py with PBR and a setup.cfg like other projects, i.e,:
https:/
https:/
I don't feel the OPM setup should be handled by the setup.py. Perhaps instead as part of the routine that handles fetching the other dependencies .. like here for example:
https:/
https:/
Shouldn't this be two bugs?
One for PBR and one for the OPM request?