Global requirements for OpenStack
Go to file
Luigi Toscano 9702f0d482 Make sahara (now core only) usable as requirement
Starting from Stein, sahara.git contains only the core (services and base
classes) of Sahara. The code of plugin was moved into its own repository.
Each plugin depends on Sahara core, so in order to use it as dependency
it must be added as requirement somehow.
No additional splits are planned right now, which means no sahara-lib,
which means adding sahara to blacklist.txt

* Is the library actively maintained?
  Yes

* Is the library good code?
  Yes, it is has been part of OpenStack for few years

* Is the library python 3 compatible?
  Yes

* Is the library license compatible?
  Yes,Apache 2

* Is the library already packaged in the distros we target (Ubuntu latest /
  Fedora latest)?
  It will be as part of the sahara release

* Is the function of this library already covered by other libraries in
  global-requirements.txt?
  No

* Is the library required for OpenStack project or related dev or infrastructure
  setup? (Answer to this should be Yes, of course) Which?
  Yes, Sahara

* If the library release is managed by the Openstack release process does it use
  the cycle-with-intermediary release type?
  Right now it uses cycle-with-rc, which still allows for intermediate releases

Change-Id: Ia8f2ccfb01492c109fe7d2810f6b441d644c2572
2019-01-22 17:06:23 +01:00
.zuul.d Merge "Add cross-horizon-npm" 2018-10-19 23:10:19 +00:00
babel-test Babel Integration tests 2016-04-24 17:21:18 -05:00
doc/source Rebuild docs: DRY edition 2018-11-03 14:32:03 -05:00
openstack_requirements Fix the misspelling of "except" 2019-01-04 17:21:54 +08:00
playbooks Update the outdated URL 2018-09-23 17:40:16 +08:00
tools Merge "Revert "Remove networking-odl from g-r in the requirements-integration job"" 2018-09-21 12:01:36 +00:00
.gitignore add stestr directory to gitignore 2018-05-29 16:50:18 -05:00
.gitreview Added .gitreview 2012-08-06 17:05:39 -05:00
.stestr.conf Move requirements to the PTI 2018-05-21 14:58:48 -07:00
bindep.txt Install unzip for wheel build jobs 2018-10-16 09:20:23 -07:00
blacklist.txt Make sahara (now core only) usable as requirement 2019-01-22 17:06:23 +01:00
detail.py Trivial: Update pypi url to new url 2018-04-21 02:32:36 +00:00
global-requirements.txt Merge "Add Yappi to global-requirements" 2019-01-16 18:35:34 +00:00
MANIFEST.in Make openstack.requirements installable. 2013-07-05 00:31:50 -04:00
projects.txt Retire openstack/openstack-ansible-os_monasca-ui 2018-11-12 11:27:35 -03:00
README.rst Rebuild docs: DRY edition 2018-11-03 14:32:03 -05:00
requirements.txt Updated from global requirements 2018-03-04 10:29:16 +00:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 09:10:23 +00:00
setup.py Updated from global requirements 2017-03-02 11:55:44 +00:00
test-requirements.txt Move requirements to the PTI 2018-05-21 14:58:48 -07:00
tox.ini Add python 3.6 unit test job 2018-11-09 04:19:26 +00:00
update.py Move commands into cmds subdir. 2015-06-29 15:27:25 +12:00
upper-constraints-xfails.txt remove mitmproxy 2018-03-22 13:50:56 -05:00
upper-constraints.txt Merge "update constraint for python-manilaclient to new release 1.26.0" 2019-01-22 08:58:59 +00:00

Global Requirements and Constraints for OpenStack Projects

image

Resources and Documentation

Please refer to the dependency management documentation linked below for up to date documentation on how to use and interact with the requirements project.