Update git submodules

* Update charms.openstack from branch 'master'
  - Explicitly use pymysql sqlalchemy driver for Stein+
    
    The sqlalchemy package has switched back to using mysqldb as the
    default driver for the mysql dialect in Ubuntu Disco (Stein). For
    Icehouse -> Rocky, OpenStack packages will successfully use the
    default sqlalchemy driver [1] when only 'mysql' is specified in the
    connection string. For Stein, the mysqldb driver must be overridden
    with 'mysql+pymysql' in connection strings.
    
    [1] Based on the OpenStack release, the sqlalchemy package defaults
    to the following drivers:
      Stein+: mysqldb
      Mitaka-Rocky: pymysql
      Icehouse: mysqldb
    
    Change-Id: I1ccc7080f54eda1c12b51a24a488666f793d038e
This commit is contained in:
Corey Bryant 2019-02-05 18:43:41 +00:00 committed by Gerrit Code Review
parent a6c0c9557d
commit ec4e1166a7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 982ae33054e57c8f64095ebbfbb187a181db13e6
Subproject commit 341b879cc19c4e382216fa0a86bef14775f6232c