Comment 2 for bug 1486876

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/215002
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=98b98924ee029ca9eb780013d4d8207851d7674e
Submitter: Jenkins
Branch: master

commit 98b98924ee029ca9eb780013d4d8207851d7674e
Author: Steven Dake <email address hidden>
Date: Thu Aug 20 00:35:38 2015 -0700

    Use database_user_create in the register operation

    The register operation was registering user_database which is a global
    variable in group_vars/all.yml. This results in glance not being deployable
    because user_database is overwrriten at keystone task registration time.

    The result of this is the playbooks fail to deploy.

    Change-Id: Ic69725fb09aa0a368ec5b0d8f47bfc768c29c70c
    Closes-Bug: #1486876