Skip to content

Commit

Permalink
Add missing OpenStack configuration files (#107)
Browse files Browse the repository at this point in the history
The directories added by this patch need to be captured when available for
troubleshooting of OpenStack clouds.
  • Loading branch information
freyes authored Nov 16, 2023
1 parent bde242c commit 5b1386a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jujucrashdump/crashdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
DIRECTORIES = [
# '/var/lib/juju', # Added below, if --small not passed.
"/etc/alternatives",
"/etc/aodh",
"/etc/barbican",
"/etc/ceilometer",
"/etc/ceph",
"/etc/cinder",
Expand All @@ -43,13 +45,21 @@
"/etc/designate",
"/etc/glance",
"/etc/gnocchi",
"/etc/heat",
"/etc/ironic",
"/etc/keystone",
"/etc/magnum",
"/etc/manila",
"/etc/masakari",
"/etc/netplan",
"/etc/network",
"/etc/neutron",
"/etc/nova",
"/etc/octavia",
"/etc/placement",
"/etc/quantum",
"/etc/swift",
"/etc/watcher",
"/etc/udev/rules.d",
"/lib/udev/rules.d",
"/opt/nedge/var/log",
Expand Down

0 comments on commit 5b1386a

Please sign in to comment.