[trivial] Switch default package to -common to enable liberty support

This commit is contained in:
James Page 2015-09-03 17:27:42 +01:00
commit 9c43b341d8
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ def install():
@hooks.hook('config-changed')
@restart_on_change(restart_map())
def config_changed():
if openstack_upgrade_available('heat-engine'):
if openstack_upgrade_available('heat-common'):
do_openstack_upgrade(CONFIGS)
CONFIGS.write_all()
configure_https()

View File

@ -91,7 +91,7 @@ CONFIG_FILES = OrderedDict([
def register_configs():
release = os_release('heat-engine')
release = os_release('heat-common')
configs = templating.OSConfigRenderer(templates_dir=TEMPLATES,
openstack_release=release)