diff --git a/hooks/cinder_hooks.py b/hooks/cinder_hooks.py index 57b3363b..2740fea4 100755 --- a/hooks/cinder_hooks.py +++ b/hooks/cinder_hooks.py @@ -572,6 +572,7 @@ def configure_https(): @hooks.hook('upgrade-charm') @harden() def upgrade_charm(): + apt_install(determine_packages(), fatal=True) for rel_id in relation_ids('amqp'): amqp_joined(relation_id=rel_id) update_nrpe_config() diff --git a/hooks/upgrade-charm b/hooks/upgrade-charm new file mode 120000 index 00000000..6dcd0084 --- /dev/null +++ b/hooks/upgrade-charm @@ -0,0 +1 @@ +cinder_hooks.py \ No newline at end of file