Rebuild for 20.02 release
Remove disco Change-Id: I8a0fb7bdade9131a83af5da673b45f9aad985cc0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -18,7 +18,6 @@ series:
|
||||
- xenial
|
||||
- bionic
|
||||
- eoan
|
||||
- disco
|
||||
subordinate: true
|
||||
provides:
|
||||
manila-plugin:
|
||||
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user