cleanup glance_common.py

This commit is contained in:
Andres Rodriguez 2013-07-05 17:01:16 -04:00
parent 7a744f8204
commit 6923fe4ef4
1 changed files with 0 additions and 13 deletions

View File

@ -15,19 +15,6 @@ from charmhelpers.contrib.hahelpers.utils import (
juju_log,
)
CHARM = "glance"
SERVICES = "glance-api glance-registry"
PACKAGES = "glance python-mysqldb python-swift python-keystone uuid haproxy"
GLANCE_REGISTRY_CONF = "/etc/glance/glance-registry.conf"
GLANCE_REGISTRY_PASTE_INI = "/etc/glance/glance-registry-paste.ini"
GLANCE_API_CONF = "/etc/glance/glance-api.conf"
GLANCE_API_PASTE_INI = "/etc/glance/glance-api-paste.ini"
CONF_DIR = "/etc/glance"
# Flag used to track config changes.
CONFIG_CHANGED = False
def execute(cmd, die=False, echo=False):
""" Executes a command