Comment 8 for bug 1506061

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

Reviewed: https://review.openstack.org/261317
Committed: https://git.openstack.org/cgit/openstack/puppet-glance/commit/?id=80faf9a017dd7f4169867fbdae021866e4e3d5b6
Submitter: Jenkins
Branch: master

commit 80faf9a017dd7f4169867fbdae021866e4e3d5b6
Author: Emilien Macchi <email address hidden>
Date: Thu Dec 24 14:22:25 2015 +0100

    Default service_name to 'Image Service'

    In Liberty, we sent a warning if service_name was not set (and auth_name
    was configured as the service name), with the goal to define the correct
    default value during Mitaka.

    This patch set the service_name parameter to 'Image Service' by default
    to match with Keystone's default catalog.

    Note: if you already run OpenStack, when you'll run Puppet after this
    change, the old service will still be present and you'll have to drop it
    manually. Though the Glance endpoint will be updated with the new
    service.

    Change-Id: I740a9ad32361e6a78277ea0667fba7f631eb64af
    Closes-bug: #1506061