diff --git a/hooks/keystone_hooks.py b/hooks/keystone_hooks.py index 5227cca1..990343c5 100755 --- a/hooks/keystone_hooks.py +++ b/hooks/keystone_hooks.py @@ -186,6 +186,10 @@ def install(): configure_installation_source(config('openstack-origin')) status_set('maintenance', 'Installing apt packages') apt_update() + # (ajkavanagh) LP: #1989538 + # Tactical fix to force openstack-release to match the configured + # installation source; note that it comes after apt_update(). + apt_install(['openstack-release'], fatal=False, quiet=True) apt_install(determine_packages(), fatal=True) if snap_install_requested():