Fix lint
This commit is contained in:
@@ -13,7 +13,6 @@ import sys
|
||||
import glob
|
||||
import os
|
||||
import ceph
|
||||
import charmhelpers.contrib.hahelpers.cluster as cluster
|
||||
from charmhelpers.core.hookenv import (
|
||||
relation_get,
|
||||
relation_ids,
|
||||
@@ -175,7 +174,7 @@ def apache_reload():
|
||||
|
||||
def apache_ports():
|
||||
shutil.copy('files/ports.conf', '/etc/apache2/ports.conf')
|
||||
|
||||
|
||||
|
||||
@hooks.hook('upgrade-charm',
|
||||
'config-changed')
|
||||
|
||||
@@ -15,7 +15,6 @@ from collections import OrderedDict
|
||||
from charmhelpers.core.hookenv import unit_get
|
||||
from charmhelpers.fetch import apt_install
|
||||
from charmhelpers.contrib.openstack import context, templating
|
||||
from charmhelpers.contrib.openstack.utils import os_release
|
||||
|
||||
import ceph_radosgw_context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user