We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6595271 commit b9a6035Copy full SHA for b9a6035
caso/extract/manager.py
@@ -57,7 +57,7 @@
57
help="Which extractor to use for getting the data. "
58
"If you do not specify anything, nova will be "
59
"used. Available choices are {}".format(
60
- loading.get_available_extractor_names()
+ sorted(loading.get_available_extractor_names())
61
),
62
63
]
etc/caso/caso.conf.sample
@@ -63,8 +63,8 @@
#extract_from = <None>
64
65
# Which extractor to use for getting the data. If you do not specify anything,
66
-# nova will be used. Available choices are frozenset({'neutron', 'nova',
67
-# 'cinder'}) (list value)
+# nova will be used. Available choices are ['cinder', 'neutron', 'nova'] (list
+# value)
68
#extractor = nova
69
70
#
0 commit comments