Remove extraneous first def of required_interfaces

During a copy/paste two copies of required_interfaces static assignment
are included in the charm class.  The 2nd overrides the first, so this
commit simply removes the first.

Change-Id: I5d1622a02db43da01d3b0b7f1ce47a82799bc64a
Closes-Bug: #1826017
This commit is contained in:
Alex Kavanagh 2019-04-23 19:03:27 +01:00
parent d00a902ffe
commit 58054337d5
1 changed files with 0 additions and 2 deletions

View File

@ -209,8 +209,6 @@ class DesignateBindCharm(openstack_charm.OpenStackCharm):
services = ['bind9']
required_relations = ['dns-backend']
restart_map = {
'/etc/bind/named.conf.options': services,
'/etc/bind/named.conf': services,