-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I tried "sudo puppet apply" but it failed with many errors. Looking at the puppet_apply_foundations.log it doesn't look like any databases are being created.
^[[mNotice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns: 2017-02-20 18:31:55.597 2576 CRITICAL glance [-] OperationalError: (pymysql.err.OperationalError) (1045, u"Access denied for user 'glance'@'localhost' (using password: YES)")^[[0m
[[mNotice: /Stage[main]/Nova::Db::Sync/Exec[nova-db-sync]/returns: error: (pymysql.err.OperationalError) (1045, u"Access denied for user 'nova'@'localhost' (using password: YES)")^[[0m
When I login to the mysql server with the same password I entered into /etc/puppet/hiera/common.yaml for the database server there are no databases created.