Skip to content

Commit 0206294

Browse files
committed
Default to all OpenStack extractors
Sem-Ver: feature
1 parent 42789db commit 0206294

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

caso/extract/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
),
8282
cfg.ListOpt(
8383
"extractor",
84-
default=["nova"],
84+
default=["nova", "cinder", "neutron"],
8585
help="Which extractor to use for getting the data. "
8686
"If you do not specify anything, nova will be "
8787
"used. Available choices are {}".format(

etc/caso/caso.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# Which extractor to use for getting the data. If you do not specify anything,
6767
# nova will be used. Available choices are ['cinder', 'neutron', 'nova'] (list
6868
# value)
69-
#extractor = nova
69+
#extractor = nova,cinder,neutron
7070

7171
#
7272
# From oslo.config
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

0 commit comments

Comments
 (0)