removing cinder context
This commit is contained in:
@@ -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']
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user