Drop use of vaultlocker PPA

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

Change-Id: Iedff261d08401e99eb4e9f913458648d13fff048
Closes-Bug: 1802905
This commit is contained in:
James Page 2018-11-13 11:39:31 +00:00
parent b681a5652a
commit c68107f4be
1 changed files with 0 additions and 3 deletions

View File

@ -57,7 +57,6 @@ from charmhelpers.fetch import (
apt_purge,
apt_update,
filter_installed_packages,
add_source,
)
from charmhelpers.contrib.openstack.utils import (
@ -257,8 +256,6 @@ def install_vaultlocker():
if config('encrypt'):
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)