removing cinder context

This commit is contained in:
yolanda.robla@canonical.com
2014-02-17 08:53:12 +01:00
parent 9b514be810
commit f43774042e

View File

@@ -4,8 +4,6 @@ import subprocess
from collections import OrderedDict
from copy import copy
import cinder_contexts
from charmhelpers.core.hookenv import (
config,
relation_ids,
@@ -59,6 +57,7 @@ from charmhelpers.contrib.openstack.utils import (
get_os_codename_install_source,
)
import cinder_contexts
COMMON_PACKAGES = [
'apache2',
@@ -104,8 +103,7 @@ CONFIG_FILES = OrderedDict([
context.SyslogContext(),
cinder_contexts.CephContext(),
cinder_contexts.HAProxyContext(),
cinder_contexts.ImageServiceContext(),
cinder_contexts.CinderContext()],
cinder_contexts.ImageServiceContext()],
'services': ['cinder-api', 'cinder-volume',
'cinder-scheduler', 'haproxy']
}),