File: support-matrix.ini

package info (click to toggle)
python-sphinx-feature-classification 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 412; makefile: 21
file content (17 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[driver.foo]
title=Foo Driver
link=https://docs.openstack.org

[driver.bar]
title=Bar Driver
link=https://docs.openstack.org

[operation.Cool_Feature]
title=Cool Feature
status=optional
api=get-coolness
cli=openstack get coolness *
notes=A pretty darn cool feature.
driver.foo=complete
driver.bar=partial
driver-notes.bar=Requires hardware support.