
The feature classification matrix will provide information about plugins and the features they support. Acts as a launching point for users to ready to deploy their cloud. Users can use the matrix to find features and plugins that meet their needs. Pulling out the framework from Nova's implementation here: http://docs.openstack.org/developer/nova/support-matrix.html Neutron and Nova are currently working on implementation. Putting the extension in its own module will give all projects a common framework to use. Co-Authored-By: <ankur.gupta@intel.com> Change-Id: Icf4975b1dafefc9ba9f063bd8f9c6c54a36c1e13
17 lines
541 B
Plaintext
17 lines
541 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking>=0.12.0,<0.13 # Apache-2.0
|
|
coverage>=4.0,!=4.4 # Apache-2.0
|
|
openstackdocstheme>=1.17.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
sphinx!=1.6.1,>=1.5.1 # BSD
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
|
|
# releasenotes
|
|
reno>=1.8.0 # Apache-2.0
|