Sync charm-helpers and corresponding amulet update
The amulet tests now explicitly specify the pymysql driver for the mysql sqlalchemy dialect. The sqlalchemy package has switched back to using mysqldb as the default driver for the mysql dialect in Ubuntu Disco (Stein) and charm-helpers has been updated accordingly to maintain the same behavior. Change-Id: I5f1c3768eac53c8a9a5cdd43b393a6c7f9b14e4c
This commit is contained in:
@@ -166,6 +166,14 @@ CLOUD_ARCHIVE_POCKETS = {
|
||||
'rocky/proposed': 'bionic-proposed/rocky',
|
||||
'bionic-rocky/proposed': 'bionic-proposed/rocky',
|
||||
'bionic-proposed/rocky': 'bionic-proposed/rocky',
|
||||
# Stein
|
||||
'stein': 'bionic-updates/stein',
|
||||
'bionic-stein': 'bionic-updates/stein',
|
||||
'bionic-stein/updates': 'bionic-updates/stein',
|
||||
'bionic-updates/stein': 'bionic-updates/stein',
|
||||
'stein/proposed': 'bionic-proposed/stein',
|
||||
'bionic-stein/proposed': 'bionic-proposed/stein',
|
||||
'bionic-proposed/stein': 'bionic-proposed/stein',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user