
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
34 lines
466 B
CSS
34 lines
466 B
CSS
|
|
.sp_feature_required {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sp_impl_complete {
|
|
color: rgb(0, 120, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_missing {
|
|
color: rgb(120, 0, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_partial {
|
|
color: rgb(170, 170, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_unknown {
|
|
color: rgb(170, 170, 170);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_summary {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.sp_cli {
|
|
font-family: monospace;
|
|
background-color: #F5F5F5;
|
|
}
|