You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: