removed comments

This commit is contained in:
yolanda.robla@canonical.com 2013-11-28 10:09:31 +01:00
parent 46ecc7e7be
commit 4eac67586e
2 changed files with 1 additions and 3 deletions

View File

@ -61,7 +61,6 @@ CONFIGS = register_configs()
@hooks.hook('install')
def install():
juju_log('Installing heat packages')
execd_preinstall()
configure_installation_source(config('openstack-origin'))
apt_update()
@ -81,7 +80,6 @@ def install():
@restart_on_change(restart_map())
def config_changed():
if openstack_upgrade_available('heat-engine'):
juju_log('Upgrading OpenStack release')
do_openstack_upgrade(CONFIGS)
if not os.path.isdir('/etc/heat'):

View File

@ -1 +1 @@
4
5