This commit is contained in:
Liam Young
2015-01-15 15:43:50 +00:00
parent 127fadfa5d
commit bb7dd241f1
2 changed files with 1 additions and 3 deletions

View File

@@ -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')

View File

@@ -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