Drop use of vaultlocker PPA

vaultlocker is now provided in the UCA and via backports in bionic.

Change-Id: I257b1b2e8aff7900eb0845ea416b54fb42b6b1f5
Closes-Bug: 1802905
This commit is contained in:
James Page 2018-11-13 11:36:46 +00:00
parent 17c64df681
commit 3136669653
1 changed files with 0 additions and 2 deletions

View File

@ -408,8 +408,6 @@ def config_changed():
if use_vaultlocker():
installed = len(filter_installed_packages(['vaultlocker'])) == 0
if not installed:
add_source('ppa:openstack-charmers/vaultlocker')
apt_update(fatal=True)
apt_install('vaultlocker', fatal=True)
# Check if an upgrade was requested