Rebuild for sync charm-helpers

Drop Zesty support (EOL).

Change-Id: I0664f0f6929341eadd7753fa0b05c9c6d9b7c362
(cherry picked from commit cade57d1eb)
This commit is contained in:
David Ames 2018-01-19 10:18:17 -08:00 committed by James Page
parent f4a3707e4c
commit fc7067aa1d
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
353fd330-a3c3-11e7-8d95-fa163e8aa73b
1925591e-fd45-11e7-b703-eb6b652fac69

View File

@ -12,7 +12,6 @@ series:
# - trusty
- xenial
- artful
- zesty
subordinate: false
requires:
shared-db:

View File

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