Comment 3 for bug 1491882

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (juno)

Reviewed: https://review.openstack.org/221242
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=aea3682044350545a2b934f4ee950dfdc04d290f
Submitter: Jenkins
Branch: juno

commit aea3682044350545a2b934f4ee950dfdc04d290f
Author: Darren Birkett <email address hidden>
Date: Tue Sep 8 11:33:22 2015 +0100

    include cinder_all group vars file in cinder-* playbooks

    If we don't explicitly set cinder as the service name, and then try and
    install cinder onto a host that already has other services (such as
    when you're installing cionder-volume ontobare metal where other
    services exist), then the cinder plays get run with 'something else' as
    the service name. i.e., if installing ciner-volume onto a compute host
    that has nova and neutron, then the cinder plays get run with neutron
    as the service name.

    This commit explicitly includes the cinder_all groups vars file, which
    itself explicitly sets cinder as the service name.

    Change-Id: Ibf0d68445400ce24513b067691b80e10af9806c4
    Closes-Bug: #1491882