1263efe416
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
7 lines
291 B
Plaintext
7 lines
291 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.
|
|
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
|
pbr>=2.0 # Apache-2.0
|