Rebuild for 20.02 release

Remove disco

Change-Id: I8a0fb7bdade9131a83af5da673b45f9aad985cc0
This commit is contained in:
Liam Young 2020-02-05 16:53:44 +00:00
parent 6084431609
commit 37aa55923d
3 changed files with 1 additions and 12 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

@ -18,7 +18,6 @@ series:
- xenial
- bionic
- eoan
- disco
subordinate: true
provides:
manila-plugin:

View File

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