Rebuild for 20.02 release

Remove disco

Change-Id: I4e2b0ef736c88bd1f43cec986b457c8534bd4cfb
This commit is contained in:
Liam Young 2020-02-05 16:53:35 +00:00
parent 8c317af204
commit d39f0ec7ea
3 changed files with 2 additions and 13 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
f57f307b-74f9-4f1d-bdc2-50e20aecbb63
d1c16faa-4837-11ea-810e-97e1f362d969

View File

@ -14,7 +14,6 @@ series:
- xenial
- bionic
- eoan
- disco
subordinate: false
requires:
shared-db:
@ -30,4 +29,4 @@ requires:
interface: manila-plugin
scope: container
remote-manila-plugin:
interface: manila-plugin
interface: manila-plugin

View File

@ -1,10 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic manila deployment on disco-stein.
"""
from basic_deployment import ManilaBasicDeployment
if __name__ == '__main__':
deployment = ManilaBasicDeployment(series='disco')
deployment.run_tests()