File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 81
81
),
82
82
cfg .ListOpt (
83
83
"extractor" ,
84
- default = ["nova" ],
84
+ default = ["nova" , "cinder" , "neutron" ],
85
85
help = "Which extractor to use for getting the data. "
86
86
"If you do not specify anything, nova will be "
87
87
"used. Available choices are {}" .format (
Original file line number Diff line number Diff line change 66
66
# Which extractor to use for getting the data. If you do not specify anything,
67
67
# nova will be used. Available choices are ['cinder', 'neutron', 'nova'] (list
68
68
# value)
69
- #extractor = nova
69
+ #extractor = nova,cinder,neutron
70
70
71
71
#
72
72
# From oslo.config
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Now cASO defaults to all the installed default extractors, that are the
5
+ OpenStack Compute (nova), Volume (cinder) and Network (neutron), publishing
6
+ Cloud, Storage and IP records.
You can’t perform that action at this time.
0 commit comments