Skip to content

Commit

Permalink
Fix configuration files paths for nova
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Queralt <xqueralt@redhat.com>
  • Loading branch information
Xavier Queralt authored and bmr-cymru committed Oct 22, 2013
1 parent 75a0ef8 commit 79d4bfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sos/plugins/openstack_nova.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def check_enabled(self):
return self.nova

def setup(self):
# Nova
super(DebianOpenStackNova, self).setup()
self.add_copy_spec(["/etc/sudoers.d/nova_sudoers"])

Expand Down Expand Up @@ -141,5 +140,5 @@ def setup(self):
"/etc/logrotate.d/openstack-nova",
"/etc/polkit-1/localauthority/50-local.d/50-nova.pkla",
"/etc/sudoers.d/nova",
"/etc/sysconfig/openstack-nova-novncproxy.sysconfig",
"/var/security/limits.d/91-nova.conf"])
"/etc/security/limits.d/91-nova.conf",
"/etc/sysconfig/openstack-nova-novncproxy"])

0 comments on commit 79d4bfd

Please sign in to comment.