Remove redundant certificates interface and layer

We now consume the default handlers for certificates from the
``openstack`` layer with backing code in ``charms.openstack``.

Also fixup charm tools development environment variables for local
layer and interface repositories.
This commit is contained in:
Frode Nordahl 2019-09-05 11:08:38 +02:00
parent 1c2cbf327b
commit 8c29d28019
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
3 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,6 @@
includes:
- layer:leadership
- layer:openstack
- layer:tls-client
- interface:tls-certificates
options:
basic:
use_venv: True

View File

@ -27,9 +27,6 @@ series:
- bionic
- disco
subordinate: false
requires:
certificates:
interface: tls-certificates
provides:
ovsdb:
interface: ovsdb

View File

@ -9,7 +9,8 @@ envlist = pep8,py3
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
TERM=linux
LAYER_PATH={toxinidir}/layers
CHARM_LAYERS_DIR={toxinidir}/layers
CHARM_INTERFACES_DIR={toxinidir}/interfaces
JUJU_REPOSITORY={toxinidir}/build
passenv = http_proxy https_proxy INTERFACE_PATH
install_command =