Public bug reported:

Error when installing ceilometer database using MariaDB database
,because did not find the pyhton-mysqldb package.In the kilo version of
openstack does not have python-mysqldb this package, but there are
MySQL-python this package. The following two positions of the code
python-mysqldb for MySQL-python, you can install the success, and the
function of ceilometer is no problem.

puppet-modules/src/mysql/manifests/bindings/python.pp
# Private class
class mysql::bindings::python {

  package { 'python-mysqldb':
    ensure          => $mysql::bindings::python_package_ensure,
    install_options => $mysql::bindings::install_options,
    name            => $mysql::bindings::python_package_name,
    provider        => $mysql::bindings::python_package_provider,
  }

puppet-modules/src/ceilometer/manifests/db.pp
      
      include ::mysql::bindings::python
      Package<| title ==‘ python-mysqldb' |> -> Class['ceilometer::db']

** Affects: puppet (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/1532650

Title:
  Ceilometer database using the MariaDB , did not find the pyhton-
  mysqldb package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1532650/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to